spacing property
double
get
spacing
spacing
Implementation
double get spacing {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIStackView.spacing', iOS: (false, (9, 0, 0)));
return objc.useMsgSendVariants
? _objc_msgSend_1ukqyt8Fpret(_$$ref.pointer, _sel_spacing)
: _objc_msgSend_1ukqyt8(_$$ref.pointer, _sel_spacing);
}
set
spacing
(double value)
setSpacing:
Implementation
set spacing(double value) {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIStackView.setSpacing:', iOS: (false, (9, 0, 0)));
_objc_msgSend_hwm8nu(_$$ref.pointer, _sel_setSpacing_, value);
}