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