placeHolder property

String? placeHolder

An optional string to show as placeholder in the comment input box when it's focused.

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,
  );
}