delegatesFocus property

bool? delegatesFocus

Implementation

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

Implementation

set delegatesFocus(_i2.bool? value) {
  _i4.setProperty(
    this,
    'delegatesFocus',
    value ?? _i6.undefined,
  );
}