SharedAppData constructor Null safety
Creates a widget based on InheritedModel that supports build dependencies qualified by keywords. Descendant widgets create such dependencies with SharedAppData.getValue and they trigger rebuilds with SharedAppData.setValue.
This widget is automatically created by the WidgetsApp.
Implementation
const SharedAppData({ super.key, required this.child });