appearanceWhenContainedIn static method

  1. @Deprecated('Deprecated')
UIStackView appearanceWhenContainedIn(
  1. UIAppearanceContainer? ContainerClass
)

appearanceWhenContainedIn:

Implementation

@Deprecated('Deprecated')
static UIStackView appearanceWhenContainedIn(UIAppearanceContainer? ContainerClass) {
  final _$$ref$11 = ContainerClass?.ref;
  objc.checkOsVersionInternal('UIStackView.appearanceWhenContainedIn:', iOS: (false, (5, 0, 0)));
  final $ret = _objc_msgSend_1sotr3r(
    _class_UIStackView,
    _sel_appearanceWhenContainedIn_,
    _$$ref$11?.pointer ?? ffi.nullptr,
  );
  return UIStackView.fromPointer($ret, retain: true, release: true);
}