controllerOf static method

M3EThemeController? controllerOf(
  1. BuildContext context
)

Returns the nearest adaptive M3EThemeController, if any.

Implementation

static M3EThemeController? controllerOf(BuildContext context) {
  return maybeOf(context)?.controller;
}