planeMask constant
Mask for the plane prefix portion of the key code.
This is used by platform-specific code to generate Flutter key codes.
Implementation
static const int planeMask = 0x0ff00000000;
Mask for the plane prefix portion of the key code.
This is used by platform-specific code to generate Flutter key codes.
static const int planeMask = 0x0ff00000000;