withBrightness method
Implementation
TextStyle withBrightness(BuildContext context) {
return this.copyWith(color: this.color?.resolveFrom(context));
}
TextStyle withBrightness(BuildContext context) {
return this.copyWith(color: this.color?.resolveFrom(context));
}