color method

TextStyle color(
  1. Color color
)

Returns a text style that specifies the text color.

テキストの色を指定するテキストスタイルを返します。

Implementation

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