delegatesFocus property
bool?
get
delegatesFocus
Implementation
_i2.bool? get delegatesFocus => _i4.getProperty(
this,
'delegatesFocus',
);
set
delegatesFocus
(bool? value)
Implementation
set delegatesFocus(_i2.bool? value) {
_i4.setProperty(
this,
'delegatesFocus',
value ?? _i6.undefined,
);
}