Wraps the app with a ChangeNotifierProvider to provide the tutorial state.
ChangeNotifierProvider
Widget provide(Widget child) { return ChangeNotifierProvider.value(value: _state, child: child); }