backButtonBackgroundVerticalPositionAdjustmentForBarMetrics method

double backButtonBackgroundVerticalPositionAdjustmentForBarMetrics(
  1. UIBarMetrics barMetrics
)

backButtonBackgroundVerticalPositionAdjustmentForBarMetrics:

Implementation

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