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