MapEventLocationButton<T> constructor

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

Implementation

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