OrgFeatureGate constructor
Implementation
const OrgFeatureGate({
super.key,
required this.orgId,
required this.feature,
required this.check,
required this.child,
this.kicker,
this.title,
this.highlights = const [],
});
const OrgFeatureGate({
super.key,
required this.orgId,
required this.feature,
required this.check,
required this.child,
this.kicker,
this.title,
this.highlights = const [],
});