customSpacingAfterView method
customSpacingAfterView:
Implementation
double customSpacingAfterView(UIView arrangedSubview) {
final _$$ref = object$.ref;
final _$$ref$1 = arrangedSubview.ref;
objc.checkOsVersionInternal('UIStackView.customSpacingAfterView:', iOS: (false, (11, 0, 0)));
return objc.useMsgSendVariants
? _objc_msgSend_mabicuFpret(_$$ref.pointer, _sel_customSpacingAfterView_, _$$ref$1.pointer)
: _objc_msgSend_mabicu(_$$ref.pointer, _sel_customSpacingAfterView_, _$$ref$1.pointer);
}