of static method
Implementation
static ManualWidgetTesterThemeData of(BuildContext context) {
final theme =
context.dependOnInheritedWidgetOfExactType<ManualWidgetTesterTheme>();
assert(theme != null);
return theme!.themeData;
}
static ManualWidgetTesterThemeData of(BuildContext context) {
final theme =
context.dependOnInheritedWidgetOfExactType<ManualWidgetTesterTheme>();
assert(theme != null);
return theme!.themeData;
}