withMouseAllMotion method
Creates options that enable mouse all motion tracking.
Implementation
ProgramOptions withMouseAllMotion() =>
copyWith(mouseMode: MouseMode.allMotion);
Creates options that enable mouse all motion tracking.
ProgramOptions withMouseAllMotion() =>
copyWith(mouseMode: MouseMode.allMotion);