color method

Text color(
  1. Color color
)

Implementation

Text color(Color color) {
  return copyWith(
    style: style.copyWith(color: color),
  );
}