withMouseCellMotion method

ProgramOptions withMouseCellMotion()

Creates options that enable mouse cell motion tracking.

Implementation

ProgramOptions withMouseCellMotion() =>
    copyWith(mouseMode: MouseMode.cellMotion);