MapEventLocationButton<T> constructor

const MapEventLocationButton<T>(
  1. int mapId,
  2. bool onMyLocationButtonClicked,
  3. T? value
)

Implementation

const MapEventLocationButton(
  int mapId,
  this.onMyLocationButtonClicked,
  T? value,
) : super(mapId, value);