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