of static method
Implementation
static VThemeProvider? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<VThemeProvider>();
}
static VThemeProvider? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<VThemeProvider>();
}