of static method

_ValuableConsumerState? of(
  1. BuildContext context
)

Implementation

static _ValuableConsumerState? of(BuildContext context) =>
    context.findAncestorStateOfType<_ValuableConsumerState>();