maybeOf static method
Implementation
static PlayerThemeData? maybeOf(BuildContext context) => context.dependOnInheritedWidgetOfExactType<PlayerTheme>()?.playerTheme;
static PlayerThemeData? maybeOf(BuildContext context) => context.dependOnInheritedWidgetOfExactType<PlayerTheme>()?.playerTheme;