placeholder property

String? placeholder

Optional placeholder shown in the filter textbox when no filter has been entered.

Implementation

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

Implementation

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