MapLocation constructor

const MapLocation(
  1. List<SetUpMarker> setUpMarker, {
  2. Key? key,
  3. String iconMarker = '',
  4. Color color = Colors.black,
})

Implementation

const MapLocation(this.setUpMarker,
    {widgets.Key? key, this.iconMarker = '', this.color = Colors.black})
    : super(key: key);