wrappedThemeData<W extends ComponentTheme<ElementaryBase>> static method

W? wrappedThemeData<W extends ComponentTheme<ElementaryBase>>(
  1. BuildContext context
)

Implementation

static W? wrappedThemeData<W extends ComponentTheme<ElementaryBase>>(
  BuildContext context,
) =>
    context.dependOnInheritedWidgetOfExactType<W>();