col method

TextStyle col(
  1. Color c
)

Sets the text color.

Implementation

TextStyle col(Color c) => copyWith(color: c);