menu
liwe3 package
documentation
components/input_text.dart
InputText
getValue method
getValue method
dark_mode
light_mode
getValue
method
String
getValue
(
)
Returns the value of the text field.
Implementation
String getValue() { return text.value; }
liwe3 package
documentation
components/input_text
InputText
getValue method
InputText class