maybeOf static method

VxAdaptiveScope? maybeOf(
  1. BuildContext context
)

Implementation

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