menu
flutter_auto_form package
documentation
flutter_auto_form.dart
Field<T extends Object>
Field.new constructor
Field.new constructor
dark_mode
light_mode
Field<
T extends Object
>
constructor
Field<
T extends Object
>
(
String
id
,
String
name
,
List
<
Validator
<
Object
?
>
>
validators
)
Implementation
Field(this.id, this.name, this.validators);
flutter_auto_form package
documentation
flutter_auto_form
Field<T extends Object>
Field.new constructor
Field class