GoogleMapItemScreen constructor

GoogleMapItemScreen(
  1. {Key? key,
  2. VoidCallback? callback,
  3. dynamic selectedList(
    1. int selectedList
    )?,
  4. int selectedIndex = -1,
  5. bool isTap = true,
  6. required List<CityObservable> cities}
)

Implementation

GoogleMapItemScreen(
    {super.key,
    this.callback,
    this.selectedList,
    this.selectedIndex = -1,
    this.isTap = true,
    required this.cities});