maybeOf static method

MacosUIMasterTileScope? maybeOf(
  1. BuildContext context
)

Implementation

static MacosUIMasterTileScope? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<MacosUIMasterTileScope>();
}