compactInlineLayoutAppearance property

UITabBarItemAppearance get compactInlineLayoutAppearance

The appearance for the compact inline tab bar item layout

Implementation

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

The appearance for the compact inline tab bar item layout

Implementation

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