appearance static method

UIView appearance()

appearance

Implementation

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