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