kindThemeData<Kind extends WildnessBase> static method

Kind? kindThemeData<Kind extends WildnessBase>(
  1. BuildContext context
)

Implementation

static Kind? kindThemeData<Kind extends WildnessBase>(
  BuildContext context,
) =>
    Wildness.of(context, listen: true).component<Kind>();