placeHolder property
String?
get
placeHolder
An optional string to show as placeholder in the input box to guide the user what to pick on.
Implementation
_i2.String? get placeHolder => _i5.getProperty(
this,
'placeHolder',
);
set
placeHolder
(String? value)
Implementation
set placeHolder(_i2.String? value) {
_i5.setProperty(
this,
'placeHolder',
value ?? _i6.undefined,
);
}