FieldState<T> constructor

const FieldState<T>({
  1. T? value,
  2. String? errorText,
  3. FieldValidator<T>? validator,
})

Implementation

const FieldState({this.value, this.errorText, this.validator});