isKeySpace property
bool
get
isKeySpace
Implementation
bool get isKeySpace =>
_match(' ', 32) || _match('space', 32) || _match('spacebar', 32);
bool get isKeySpace =>
_match(' ', 32) || _match('space', 32) || _match('spacebar', 32);