form/common_text_form_field library
Classes
-
TxCommonTextFormField<
T> - 输入框样式的 Form 表单组件
-
TxCommonTextFormFieldState<
T>
Typedefs
-
ContextValueMapper<
T, V> = V Function(BuildContext context, T value) -
InputValueChanged<
T> = void Function(TxCommonTextFormFieldState< T> field, String value)