color method

Text color(
  1. Color color
)

Sets text color with either Colors or FxColors

Implementation

Text color(Color color) => _copyWith(style: TextStyle(color: color));