Wraps the child widget with the data.
child
@override Widget wrapWidget(Widget child) { return DataNotifier<T>.inherit( notifier: notifier, child: child, ); }