currentTitleShadowColor property

UIColor? get currentTitleShadowColor

currentTitleShadowColor

Implementation

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