menu
artisanal package
documentation
tui.dart
TextInputModel
reset method
reset method
dark_mode
light_mode
reset
method
void
reset
(
)
Reset the input to empty.
Implementation
void reset() { _value = <String>[]; position = 0; }
artisanal package
documentation
tui
TextInputModel
reset method
TextInputModel class