currentTitleColor property

UIColor get currentTitleColor

currentTitleColor

Implementation

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