alignPositionStream property

Stream<double?>? alignPositionStream
final

A stream that emits an 'align position event'. Emit an event with a optional zoom level to this stream to align the marker position to the focal point at the specified zoom level. If null is emitted, the zoom level remains unchanged. Defaults to null.

For more details, see CenterFabExample.

Implementation

final Stream<double?>? alignPositionStream;