mayBeOf static method

ReadyDashboardState? mayBeOf(
  1. BuildContext context
)

Implementation

static ReadyDashboardState? mayBeOf(BuildContext context) =>
    context.findAncestorStateOfType<ReadyDashboardState>();