startTick property

Stream<void> startTick

Emits an event at the start of actions within a tick.

Implementation

static Stream<void> get startTick => _startTickController.stream;