of static method

PageInfoState of(
  1. BuildContext context
)

Implementation

static PageInfoState of(BuildContext context) =>
    context.findAncestorStateOfType<PageInfoState>()!;