controllerOf static method
Returns the nearest adaptive M3EThemeController, if any.
Implementation
static M3EThemeController? controllerOf(BuildContext context) {
return M3EThemeScope.controllerOf(context);
}
Returns the nearest adaptive M3EThemeController, if any.
static M3EThemeController? controllerOf(BuildContext context) {
return M3EThemeScope.controllerOf(context);
}