MouseButton.wheelRight constructor
MouseButton.wheelRight()
Constructs a new instance of MouseButton with MouseButtonAction.wheelRight
Implementation
factory MouseButton.wheelRight() => const MouseButton(MouseButtonKind.none, MouseButtonAction.wheelRight);