read static method
Implementation
static PlayerThemeData? read(BuildContext context) =>
context.getElementForInheritedWidgetOfExactType<PlayerTheme>()?.widget.asOrNull<PlayerTheme>()?.playerTheme;
static PlayerThemeData? read(BuildContext context) =>
context.getElementForInheritedWidgetOfExactType<PlayerTheme>()?.widget.asOrNull<PlayerTheme>()?.playerTheme;