Wraps the child widget with the data.
child
@override Widget wrapWidget(Widget child) { return _InheritedData<T>._internal( key: key, data: _data, child: child, ); }