of static method

YaruThemeData of(
  1. BuildContext context
)

The data from the closest YaruTheme instance that encloses the given context.

Implementation

static YaruThemeData of(BuildContext context) => maybeOf(context)!;