placeholder property

String get placeholder

The placeholder of the editors rename input box.

Implementation

_i2.String get placeholder => _i5.getProperty(
      this,
      'placeholder',
    );
set placeholder (String value)

Implementation

set placeholder(_i2.String value) {
  _i5.setProperty(
    this,
    'placeholder',
    value,
  );
}