of static method

ZetaRoundedScope? of(
  1. BuildContext context
)

Finds and returns closest instance of ZetaRoundedScope.

Implementation

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