CompositeAccessGate constructor
const
CompositeAccessGate({})
Default constructor: all conditions must return true.
Implementation
const CompositeAccessGate({
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.all,
atLeastCount = null;