withMouseCellMotion method
Creates options that enable mouse cell motion tracking.
Implementation
ProgramOptions withMouseCellMotion() =>
copyWith(mouseMode: MouseMode.cellMotion);
Creates options that enable mouse cell motion tracking.
ProgramOptions withMouseCellMotion() =>
copyWith(mouseMode: MouseMode.cellMotion);