isUserInteractionEnabled property

bool get isUserInteractionEnabled

isUserInteractionEnabled

Implementation

bool get isUserInteractionEnabled {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UILabel.isUserInteractionEnabled', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_91o635(_$$ref.pointer, _sel_isUserInteractionEnabled);
}
set isUserInteractionEnabled (bool value)

setUserInteractionEnabled:

Implementation

set isUserInteractionEnabled(bool value) {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UILabel.setUserInteractionEnabled:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_1s56lr9(_$$ref.pointer, _sel_setUserInteractionEnabled_, value);
}