MouseButton constructor
const
MouseButton(
- MouseButtonKind button,
- MouseButtonAction action
Constructs a new instance of MouseButton.
Implementation
const MouseButton(this.button, this.action);