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