FormFieldController<T> constructor

FormFieldController<T>(
  1. T? initialValue
)

Implementation

FormFieldController(this.initialValue) : super(initialValue);