capsLock property
bool?
get
capsLock
Whether or not the CAPS_LOCK is enabled.
Implementation
bool? get capsLock => _wrapped.capsLock;
set
capsLock
(bool? v)
Implementation
set capsLock(bool? v) {
_wrapped.capsLock = v;
}