LocationState constructor
const
LocationState({
- bool followingUser = false,
- LatLng? lastKnownLocation,
- dynamic myLocationHistory,
Implementation
const LocationState(
{this.followingUser = false, this.lastKnownLocation, myLocationHistory})
: myLocationHistory = myLocationHistory ?? const [];