focused property

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(object$.ref.pointer, _sel_focused);
  return UIBarButtonItemStateAppearance.fromPointer($ret, retain: true, release: true);
}