MapWidget constructor
const
MapWidget({})
Implementation
const MapWidget(
{Key? key,
required this.cityItems,
this.clickCallback,
this.selectedStorkeColor = Colors.white,
this.background = const Color(0xFFF2F2F2),
this.defaultToast = ""})
: super(key: key);