CurrentLocationTile constructor

const CurrentLocationTile({
  1. Key? key,
  2. required CountryListDialogTheme dialogTheme,
  3. required List<Country> countries,
})

Implementation

const CurrentLocationTile({Key? key, required this.dialogTheme, required this.countries}) : super(key: key);