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