withColor method

TextStyle withColor(
  1. Color color
)

Implementation

TextStyle withColor(Color color) {
  return merge(TextStyle(color: color));
}