monospacedDigitSystemFontOfSize static method

UIFont monospacedDigitSystemFontOfSize(
  1. double fontSize, {
  2. required double weight,
})

monospacedDigitSystemFontOfSize:weight:

Implementation

static UIFont monospacedDigitSystemFontOfSize(double fontSize, {required double weight}) {
  objc.checkOsVersionInternal('UIFont.monospacedDigitSystemFontOfSize:weight:', iOS: (false, (9, 0, 0)));
  final $ret = _objc_msgSend_1n2vn5t(_class_UIFont, _sel_monospacedDigitSystemFontOfSize_weight_, fontSize, weight);
  return UIFont.fromPointer($ret, retain: true, release: true);
}