FieldBaseState<T extends StatefulWidget> constructor
FieldBaseState<T extends StatefulWidget> (
- Field field
Creates a FieldBaseState with the associated field configuration.
field contains the field definition including validation rules,
styling, and other configuration options.
Implementation
FieldBaseState(this.field);