menu
antd_flutter_mobile package
documentation
components/input/index.dart
AntdInputBase<WidgetType>
onSubmitted property
onSubmitted property
dark_mode
light_mode
onSubmitted
property
ValueChanged
<
String
>
?
onSubmitted
final
文本提交时的回调(通常点击键盘发送/搜索时触发)
Implementation
final ValueChanged<String>? onSubmitted;
antd_flutter_mobile package
documentation
components/input/index
AntdInputBase<WidgetType>
onSubmitted property
AntdInputBase class