of static method

Provides access to the state from everywhere in the widget tree.

Implementation

static BackdropScaffoldState of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<Backdrop>()!.data;