monospacedSystemFontOfSize static method
monospacedSystemFontOfSize:weight:
Implementation
static UIFont monospacedSystemFontOfSize(double fontSize, {required double weight}) {
objc.checkOsVersionInternal('UIFont.monospacedSystemFontOfSize:weight:', iOS: (false, (13, 0, 0)));
final _ret = _objc_msgSend_1n2vn5t(_class_UIFont, _sel_monospacedSystemFontOfSize_weight_, fontSize, weight);
return UIFont.castFromPointer(_ret, retain: true, release: true);
}