color method

Text color(
  1. Color color
)

Applies the provided data to this Text.

Implementation

Text color(Color color) => styled(TextStyle(color: color), merge: true);