appearance static method

UIControl appearance()

appearance

Implementation

static UIControl appearance() {
  final $ret = _objc_msgSend_151sglz(_class_UIControl, _sel_appearance);
  return UIControl.fromPointer($ret, retain: true, release: true);
}