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