getGrayColor static method

UIColor getGrayColor()

grayColor

Implementation

static UIColor getGrayColor() {
  objc.checkOsVersionInternal('UIColor.grayColor', iOS: (false, (2, 0, 0)));
  final _ret = _objc_msgSend_151sglz(_class_UIColor, _sel_grayColor);
  return UIColor.castFromPointer(_ret, retain: true, release: true);
}