CompositeAccessGate.none constructor
const
CompositeAccessGate.none({})
Requires all conditions to return false.
Implementation
const CompositeAccessGate.none({
required this.conditions,
required Widget this.child,
this.fallback,
this.loading,
this.debug = false,
this.onAllow,
this.onDeny,
this.onError,
super.key,
}) : builder = null,
variant = CompositeVariant.none,
atLeastCount = null;