ProcessContainerWidget constructor

const ProcessContainerWidget({
  1. Key? key,
  2. required String query,
  3. String city = '',
  4. String country = '',
})

Implementation

const ProcessContainerWidget(
    {super.key, required this.query, this.city = '', this.country = ''});