BottomInformation<U extends GeoformMarkerDatum> constructor

const BottomInformation<U extends GeoformMarkerDatum>({
  1. U? selectedMarker,
  2. LatLng? currentPosition,
  3. Key? key,
})

Implementation

const BottomInformation({
  this.selectedMarker,
  this.currentPosition,
  Key? key,
}) : super(key: key);