withFg method

Style withFg(
  1. Color c
)

Implementation

Style withFg(Color c) => copyWith(fg: c);