placeholder property

String get placeholder

A string to show as placeholder in the input box to guide the user.

Implementation

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

Implementation

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