FieldState<T> constructor

const FieldState<T>(
  1. T value, {
  2. String? disabledReason,
})

Implementation

const FieldState(this.value, {this.disabledReason});