onScheduleFrameSignal top-level property
SchedulerBinding signal that tracks the frame Duration
initSchedulerBindingSignals is required to be called in the main method
Implementation
final onScheduleFrameSignal = signal<Duration>(Duration.zero);
SchedulerBinding signal that tracks the frame Duration
initSchedulerBindingSignals is required to be called in the main method
final onScheduleFrameSignal = signal<Duration>(Duration.zero);