controller property
TextEditingController
get
controller
Implementation
TextEditingController get controller {
var inputState = _inputState;
assert(inputState != null, 'Feature not attached');
return inputState!.effectiveController;
}