MapCenterButton constructor
const
MapCenterButton({
- Key? key,
- required MapController map,
- required TickerProvider vsync,
- required LatLng center,
- required double zoom,
- required String tooltip,
Implementation
const MapCenterButton({
super.key,
required this.map,
required this.vsync,
required this.center,
required this.zoom,
required this.tooltip,
});