isNumLock property
bool
get
isNumLock
Returns true
if the num lock is in the key event.
Implementation
bool get isNumLock => _value & _numLock == _numLock;
Returns true
if the num lock is in the key event.
bool get isNumLock => _value & _numLock == _numLock;