menu
tx_design package
documentation
form/common_text_form_field.dart
TxCommonTextFormField<T>
displayTextMapper property
displayTextMapper property
dark_mode
light_mode
displayTextMapper
property
ContextValueMapper
<
T
,
String
>
displayTextMapper
final
输入框显示的文字生成器
Implementation
final ContextValueMapper<T, String> displayTextMapper;
tx_design package
documentation
form/common_text_form_field
TxCommonTextFormField<T>
displayTextMapper property
TxCommonTextFormField class