CompositeAccessGate.any constructor
const
CompositeAccessGate.any({})
Requires at least one condition to return true.
Implementation
const CompositeAccessGate.any({
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.any,
atLeastCount = null;