alloc static method

UIFont alloc()

alloc

Implementation

static UIFont alloc() {
  final $ret = _objc_msgSend_151sglz(_class_UIFont, _sel_alloc);
  return UIFont.fromPointer($ret, retain: false, release: true);
}