menu
qs_widget package
documentation
text_view.dart
TextView
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
String
>
?
onChanged
final
输入内容发生变化时的回调,参数为最新文本。
Implementation
final ValueChanged<String>? onChanged;
qs_widget package
documentation
text_view
TextView
onChanged property
TextView class