menu
open_widgets package
documentation
input/text_input.dart
OpenTextInputState
clearInput method
clearInput method
dark_mode
light_mode
clearInput
method
void
clearInput
(
)
Implementation
void clearInput() { _controller.clear(); // 清空输入框 }
open_widgets package
documentation
input/text_input
OpenTextInputState
clearInput method
OpenTextInputState class