itemWidth property

double get itemWidth

itemWidth

Implementation

double get itemWidth {
  objc.checkOsVersionInternal('UITabBar.itemWidth', iOS: (false, (7, 0, 0)));
  return objc.useMsgSendVariants
      ? _objc_msgSend_1ukqyt8Fpret(object$.ref.pointer, _sel_itemWidth)
      : _objc_msgSend_1ukqyt8(object$.ref.pointer, _sel_itemWidth);
}
set itemWidth (double value)

setItemWidth:

Implementation

set itemWidth(double value) {
  objc.checkOsVersionInternal('UITabBar.setItemWidth:', iOS: (false, (7, 0, 0)));
  _objc_msgSend_hwm8nu(object$.ref.pointer, _sel_setItemWidth_, value);
}