NudgeProvider constructor
NudgeProvider({})
Implementation
NudgeProvider({
super.key,
required this.child,
this.log,
required this.nudgeInstance,
this.plugins = const [],
}){
nudge = nudgeInstance; // Assign the instance here
}