maybeOf static method

Implementation

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