stateOf static method

DeviceOverviewAppBarBuilderState? stateOf(
  1. BuildContext context
)

Implementation

static DeviceOverviewAppBarBuilderState? stateOf(BuildContext context) =>
    context.findAncestorStateOfType<DeviceOverviewAppBarBuilderState>();