getClearColor static method

UIColor getClearColor()

clearColor

Implementation

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