of static method

TopResources of(
  1. BuildContext context
)

Implementation

static TopResources of(BuildContext context) =>
    context.getInheritedWidgetOfExactType<TopInherit>()!.resources;