toolTipInteraction property

UIToolTipInteraction? get toolTipInteraction

Returns the control's default UIToolTipInteraction.

Implementation

UIToolTipInteraction? get toolTipInteraction {
  objc.checkOsVersionInternal('UIControl.toolTipInteraction', iOS: (false, (15, 0, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_toolTipInteraction);
  return $ret.address == 0 ? null : UIToolTipInteraction.fromPointer($ret, retain: true, release: true);
}