BehaviorView constructor
const
BehaviorView({
- Key? key,
- required double zoomLevel,
- required MapLatLng focalLatLng,
- required MapController controller,
- required MapZoomPanBehavior behavior,
- required WillZoomCallback? onWillZoom,
- bool? enableMouseWheelZooming,
- required WillPanCallback? onWillPan,
Creates BehaviorView.
Implementation
const BehaviorView({
Key? key,
required this.zoomLevel,
required this.focalLatLng,
required this.controller,
required this.behavior,
required this.onWillZoom,
this.enableMouseWheelZooming,
required this.onWillPan,
}) : super(key: key);