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