fcolor method

TextStyle fcolor(
  1. Color c
)

font color

Implementation

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