wrap method Null safety
- Widget child
Wraps a child
Widget in the InheritedThemes captured in this object.
Implementation
Widget wrap(Widget child) {
return _CaptureAll(themes: _themes, child: child);
}
Wraps a child
Widget in the InheritedThemes captured in this object.
Widget wrap(Widget child) {
return _CaptureAll(themes: _themes, child: child);
}