placeholder property
String?
get
placeholder
Optional placeholder shown when no value has been input.
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,
);
}