ContactPage constructor

const ContactPage({
  1. Key? key,
  2. ContactUIConfig? config,
  3. DesktopContactCategorySelect? onDesktopCategorySelect,
  4. int? desktopSelectedCategoryIndex,
})

Implementation

const ContactPage({
  Key? key,
  this.config,
  this.onDesktopCategorySelect,
  this.desktopSelectedCategoryIndex,
}) : super(key: key);