currentBackgroundImage property
UIImage?
get
currentBackgroundImage
currentBackgroundImage
Implementation
UIImage? get currentBackgroundImage {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIButton.currentBackgroundImage', iOS: (false, (2, 0, 0)));
final $ret = _objc_msgSend_151sglz(_$$ref.pointer, _sel_currentBackgroundImage);
return $ret.address == 0 ? null : UIImage.fromPointer($ret, retain: true, release: true);
}