InheritedElement constructor Null safety
- InheritedWidget widget
Creates an element that uses the given widget as its configuration.
Implementation
InheritedElement(InheritedWidget super.widget);
Creates an element that uses the given widget as its configuration.
InheritedElement(InheritedWidget super.widget);