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