alignDirectionStream property

Stream<void>? alignDirectionStream
final

A stream that emits an 'align direction event'. Emit an event to this stream to align the marker direction upwards. Defaults to null.

Implementation

final Stream<void>? alignDirectionStream;