color static method

TextStyle color(
  1. Color color
)

Implementation

static TextStyle color(Color color) => TextStyle(color: color);