of static method

VThemeConfig of(
  1. BuildContext context
)

Implementation

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