inlineLayoutAppearance property

UITabBarItemAppearance get inlineLayoutAppearance

The appearance for the inline tab bar item layout

Implementation

UITabBarItemAppearance get inlineLayoutAppearance {
  objc.checkOsVersionInternal('UITabBarAppearance.inlineLayoutAppearance', iOS: (false, (13, 0, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_inlineLayoutAppearance);
  return UITabBarItemAppearance.fromPointer($ret, retain: true, release: true);
}
set inlineLayoutAppearance (UITabBarItemAppearance value)

The appearance for the inline tab bar item layout

Implementation

set inlineLayoutAppearance(UITabBarItemAppearance value) {
  objc.checkOsVersionInternal('UITabBarAppearance.setInlineLayoutAppearance:', iOS: (false, (13, 0, 0)));
  _objc_msgSend_xtuoz7(object$.ref.pointer, _sel_setInlineLayoutAppearance_, value.ref.pointer);
}