ariaPlaceholder property

String? ariaPlaceholder

Implementation

String? get ariaPlaceholder => js_util.getProperty(this, 'ariaPlaceholder');
void ariaPlaceholder=(String? newValue)

Implementation

set ariaPlaceholder(String? newValue) {
  js_util.setProperty(this, 'ariaPlaceholder', newValue);
}