of static method
Implementation
static DbLensTheme of(BuildContext context) {
final scope =
context.dependOnInheritedWidgetOfExactType<DbLensThemeScope>();
return scope?.theme ?? DbLensTheme();
}
static DbLensTheme of(BuildContext context) {
final scope =
context.dependOnInheritedWidgetOfExactType<DbLensThemeScope>();
return scope?.theme ?? DbLensTheme();
}