withColor method

TextStyle withColor(
  1. Color color
)

Color application

Implementation

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