FieldBaseState<T extends StatefulWidget> constructor

FieldBaseState<T extends StatefulWidget>(
  1. 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);