menu
antd_flutter_mobile package
documentation
components/input/index.dart
AntdInputBase<WidgetType>
onChange property
onChange property
dark_mode
light_mode
onChange
property
ValueChanged
<
String
?
>
?
onChange
final
输入内容变化时的回调函数
Implementation
final ValueChanged<String?>? onChange;
antd_flutter_mobile package
documentation
components/input/index
AntdInputBase<WidgetType>
onChange property
AntdInputBase class