inputView property

UIView? get inputView

inputView

Implementation

UIView? get inputView {
  objc.checkOsVersionInternal('UIResponder.inputView', iOS: (false, (3, 2, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_inputView);
  return $ret.address == 0 ? null : UIView.fromPointer($ret, retain: true, release: true);
}