autofocus property

bool autofocus

Implementation

_i2.bool get autofocus => _i4.getProperty(
      this,
      'autofocus',
    );
void autofocus=(bool value)

Implementation

set autofocus(_i2.bool value) {
  _i4.setProperty(
    this,
    'autofocus',
    value,
  );
}