titleColorForState method

UIColor? titleColorForState(
  1. int state
)

titleColorForState:

Implementation

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