hasFocus property
bool Function()
get
hasFocus
Implementation
_i2.bool Function() get hasFocus => () => _i4.callMethod(
_i4.getProperty(
this,
'hasFocus',
),
r'call',
[this],
);
set
hasFocus
(bool value())
Implementation
set hasFocus(_i2.bool Function() value) {
_i4.setProperty(
this,
'hasFocus',
_i4.allowInterop(value),
);
}