of static method
Colors for the given context
.
Implementation
static YaruColors of(BuildContext context) {
return YaruColors.from(Theme.of(context).brightness);
}
Colors for the given context
.
static YaruColors of(BuildContext context) {
return YaruColors.from(Theme.of(context).brightness);
}