of static method

UICatalog of(
  1. BuildContext context
)

Implementation

static UICatalog of(BuildContext context) =>
    context.findAncestorWidgetOfExactType<UICatalog>()!;