ariaModal property

String? ariaModal

Implementation

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

Implementation

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