maybeOf static method

CarpenterCommandScope? maybeOf(
  1. BuildContext context
)

Implementation

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