rawOf static method

PlayerThemeData rawOf(
  1. BuildContext context
)

Implementation

static PlayerThemeData rawOf(BuildContext context) => context.dependOnInheritedWidgetOfExactType<PlayerTheme>()!.playerTheme;