titleShadowColorForState method

UIColor? titleShadowColorForState(
  1. int state
)

titleShadowColorForState:

Implementation

UIColor? titleShadowColorForState(int state) {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIButton.titleShadowColorForState:', iOS: (false, (2, 0, 0)));
  final $ret = _objc_msgSend_1g2zxsx(_$$ref.pointer, _sel_titleShadowColorForState_, state);
  return $ret.address == 0 ? null : UIColor.fromPointer($ret, retain: true, release: true);
}