of static method
Implementation
static VThemeConfig of(BuildContext context) {
return Theme.of(context).extension<VThemeConfig>() ?? VThemeConfig.light();
}
static VThemeConfig of(BuildContext context) {
return Theme.of(context).extension<VThemeConfig>() ?? VThemeConfig.light();
}