idiom property
UIUserInterfaceIdiom
get
idiom
The idiom that this appearance object targets.
Implementation
UIUserInterfaceIdiom get idiom {
objc.checkOsVersionInternal('UIBarAppearance.idiom', iOS: (false, (13, 0, 0)));
final $ret = _objc_msgSend_rtovu5(object$.ref.pointer, _sel_idiom);
return UIUserInterfaceIdiom.fromValue($ret);
}