ariaLevel property

String? ariaLevel

Implementation

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

Implementation

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