maybeOf static method

PlayerThemeData? maybeOf(
  1. BuildContext context
)

Implementation

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