TrackingMap constructor
const
TrackingMap({})
Implementation
const TrackingMap({
super.key,
required this.initialPosition,
required this.backgroundMessage,
this.backgroundIcon = '@mipmap/ic_launcher',
required this.backgroundTitle,
required this.onTrack,
this.zoom = 16.0,
this.polylineColor = Colors.blue,
required this.trackingDistanceFilter,
});