const Features({ Key? key, required this.child, this.flags = const <String>[], this.sharedPreferencesKey = 'feature_flags', }) : super(key: key);