maybeOf static method

ScreenAdaptationScope? maybeOf(
  1. BuildContext context
)

Implementation

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