isReady property

bool get isReady

Whether a TopProvider is currently mounted in the widget tree.

Implementation

static bool get isReady => _TopProviderState._currentContext != null;