GoogleMapItemScreen constructor
- {Key? key,
- VoidCallback? callback,
- dynamic selectedList(
- int selectedList
- int selectedIndex = -1,
- bool isTap = true,
- required List<
CityObservable> cities}
Implementation
GoogleMapItemScreen(
{super.key,
this.callback,
this.selectedList,
this.selectedIndex = -1,
this.isTap = true,
required this.cities});