of static method

Implementation

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