maybeOf static method

Implementation

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