const InheritedFeatures({ Key? key, required this.flags, required Widget child, }) : super( key: key, child: child, );