backgroundVerticalPositionAdjustmentForBarMetrics method
backgroundVerticalPositionAdjustmentForBarMetrics:
Implementation
double backgroundVerticalPositionAdjustmentForBarMetrics(UIBarMetrics barMetrics) {
objc.checkOsVersionInternal(
'UIBarButtonItem.backgroundVerticalPositionAdjustmentForBarMetrics:',
iOS: (false, (5, 0, 0)),
);
return objc.useMsgSendVariants
? _objc_msgSend_1ih4ekwFpret(
this.ref.pointer,
_sel_backgroundVerticalPositionAdjustmentForBarMetrics_,
barMetrics.value,
)
: _objc_msgSend_1ih4ekw(
this.ref.pointer,
_sel_backgroundVerticalPositionAdjustmentForBarMetrics_,
barMetrics.value,
);
}