of static method

VThemeProvider? of(
  1. BuildContext context
)

Implementation

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