menu
arcane package
documentation
shadcn/components/form/form.dart
FormEntry<T>
FormEntry.new const constructor
FormEntry.new const constructor
dark_mode
light_mode
FormEntry<
T
>
constructor
const
FormEntry<
T
>
(
{
required
FormKey
key
,
required
Widget
child
,
Validator
<
T
>
?
validator
,
})
Implementation
const FormEntry( {required FormKey super.key, required this.child, this.validator});
arcane package
documentation
shadcn/components/form/form
FormEntry<T>
FormEntry.new const constructor
FormEntry class