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