ariaPlaceholder property

String? get ariaPlaceholder

Implementation

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

Implementation

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