menu
artisanal package
documentation
tui.dart
TextInputModel
setValue method
setValue method
dark_mode
light_mode
setValue
method
void
setValue
(
String
s
)
Sets the value of the text input (parity with bubbles).
Implementation
void setValue(String s) { value = s; }
artisanal package
documentation
tui
TextInputModel
setValue method
TextInputModel class