menu
tdesign_mobile_flutter package
documentation
form/form.dart
TdForm
TdForm.new const constructor
TdForm.new const constructor
dark_mode
light_mode
TdForm
constructor
const
TdForm
(
{
Key
?
key
,
GlobalKey
<
FormState
>
?
formKey
,
AutovalidateMode
?
autovalidateMode
,
required
List
<
Widget
>
children
,
})
Implementation
const TdForm({ super.key, this.formKey, this.autovalidateMode, required this.children, });
tdesign_mobile_flutter package
documentation
form/form
TdForm
TdForm.new const constructor
TdForm class