forceFrames property

bool forceFrames
getter/setter pair

If true, this ticker will request frames using SchedulerBinding.scheduleForcedFrame instead of SchedulerBinding.scheduleFrame.

This allows granular control to advance frames even when frames are typically disabled (e.g. when the app is in the background). This should be used sparingly as it can increase battery usage.

Implementation

bool forceFrames = false;