of static method

Finds and returns closest instance of ZetaRoundedScope.

Implementation

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