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