followCurrentLocationStream property

Stream<double?>? followCurrentLocationStream
final

The event stream for follow current location. Add a zoom level into this stream to follow the current location at the provided zoom level or a null if the zoom level should be unchanged. Default to null.

For more details, see FollowFabExample.

Implementation

final Stream<double?>? followCurrentLocationStream;