ContactUs constructor

const ContactUs({
  1. Key? key,
})

Creates a new ContactUs widget.

The key parameter is optional and can be passed to identify the widget in the widget tree.

Implementation

const ContactUs({super.key});