BottomInformation<U extends GeoformMarkerDatum> constructor
const
BottomInformation<U extends GeoformMarkerDatum> ({
- U? selectedMarker,
- LatLng? currentPosition,
- Key? key,
Implementation
const BottomInformation({
this.selectedMarker,
this.currentPosition,
Key? key,
}) : super(key: key);