maybeOf static method

Implementation

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