primary constant
MouseButton
const primary
The primary button is usually the left button or the only button on single-button devices, used to activate a user interface control or select text.
Implementation
static const MouseButton primary = MouseButton(0);