valueMask constant
Mask for the 32-bit value portion of the key code.
This is used by platform-specific code to generate Flutter key codes.
Implementation
static const int valueMask = 0x000ffffffff;
Mask for the 32-bit value portion of the key code.
This is used by platform-specific code to generate Flutter key codes.
static const int valueMask = 0x000ffffffff;