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