VxNotifier constructor

const VxNotifier({
  1. Widget? child,
  2. required Map<Type, ContextCallback> mutations,
})

VxNotifier make callbacks for given mutations

Implementation

const VxNotifier({this.child, required this.mutations});