withColor method

TextStyle withColor(
  1. Color color
)

Implementation

TextStyle withColor(Color color) => copyWith(color: color);