textInputView property
UIView
get
textInputView
textInputView
Implementation
UIView get textInputView {
final _$$ref = object$.ref;
if (!objc.respondsToSelector(_$$ref.pointer, _sel_textInputView)) {
throw objc.UnimplementedOptionalMethodException('UITextField', 'textInputView');
}
final $ret = _objc_msgSend_151sglz(_$$ref.pointer, _sel_textInputView);
return UIView.fromPointer($ret, retain: true, release: true);
}