of<T> static method

StateContainer<T> of<T>(
  1. BuildContext context
)

Implementation

static StateContainer<T> of<T>(BuildContext context) =>
    context.getContainerOfType<T>();