of static method

PatternLocker? of(
  1. BuildContext context
)

Implementation

static PatternLocker? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<PatternLocker>();