appearance static method

UILabel appearance()

appearance

Implementation

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