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