input property
TextField
get
input
The parent text field widget.
Implementation
TextField get input {
var inputState = _inputState;
assert(inputState != null, 'Feature not attached');
return inputState!.widget;
}