SetFrameSync constructor

const SetFrameSync(
  1. bool enabled,
  2. {Duration? timeout}
)

Creates a command to toggle the FrameSync mechanism.

Implementation

const SetFrameSync(this.enabled, { super.timeout });