MouseButton.wheelLeft constructor

MouseButton.wheelLeft()

Constructs a new instance of MouseButton with MouseButtonAction.wheelLeft

Implementation

factory MouseButton.wheelLeft() => const MouseButton(MouseButtonKind.none, MouseButtonAction.wheelLeft);