disabled property
UIBarButtonItemStateAppearance
get
disabled
The appearance when the bar button item is in the disabled control state. If unspecified, then synthesized from the normal state.
Implementation
UIBarButtonItemStateAppearance get disabled {
objc.checkOsVersionInternal('UIBarButtonItemAppearance.disabled', iOS: (false, (13, 0, 0)));
final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_disabled);
return UIBarButtonItemStateAppearance.fromPointer($ret, retain: true, release: true);
}