maybeOf static method

IdsScope? maybeOf(
  1. BuildContext context
)

Implementation

static IdsScope? maybeOf(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<IdsScope>();