bool isNotShowing(AFUIType uiType) { final show = _findShowFor(uiType); return show.hasScreenId(AFUIScreenID.unused); }