ContactPage constructor
const
ContactPage({
- Key? key,
- ContactUIConfig? config,
- DesktopContactCategorySelect? onDesktopCategorySelect,
- int? desktopSelectedCategoryIndex,
Implementation
const ContactPage({
Key? key,
this.config,
this.onDesktopCategorySelect,
this.desktopSelectedCategoryIndex,
}) : super(key: key);