LocationsScreen constructor

const LocationsScreen({
  1. Key? key,
  2. String filter = '',
})

Implementation

const LocationsScreen({super.key, this.filter = ''});