effectiveController property
latefinal
The effective controller for the form field. This is either the controller passed in or a new controller.
Implementation
late final TextEditingController effectiveController;
The effective controller for the form field. This is either the controller passed in or a new controller.
late final TextEditingController effectiveController;