fixedSpaceItemOfWidth static method
Construct a new fixed space item with the given width.
Implementation
static UIBarButtonItem fixedSpaceItemOfWidth(double width) {
objc.checkOsVersionInternal('UIBarButtonItem.fixedSpaceItemOfWidth:', iOS: (false, (14, 0, 0)));
final $ret = _objc_msgSend_oa8mke(_class_UIBarButtonItem, _sel_fixedSpaceItemOfWidth_, width);
return UIBarButtonItem.fromPointer($ret, retain: true, release: true);
}