maybeOf static method

YaruMasterTileScope? maybeOf(
  1. BuildContext context
)

Implementation

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