effectiveController property

TextEditingController effectiveController
latefinal

The effective controller for the form field. This is either the controller passed in or a new controller.

Implementation

late final TextEditingController effectiveController;