colors method

TextStyle colors(
  1. String color
)

Implementation

TextStyle colors(String color) => copyWith(color: color.toColor());