const FeatureGate( {Key? key, required this.gatedFeature, required this.child, this.autoEnable = true}) : super(key: key);