menu
artisanal package
documentation
tui.dart
TextAreaModel
setPlaceholder method
setPlaceholder method
dark_mode
light_mode
setPlaceholder
method
void
setPlaceholder
(
String
s
)
Sets the placeholder text.
Implementation
void setPlaceholder(String s) { placeholder = s; }
artisanal package
documentation
tui
TextAreaModel
setPlaceholder method
TextAreaModel class