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