color method

VText color(
  1. Color c
)

Sets the text color.

Implementation

VText color(Color c) => copyWithStyle(TextStyle(color: c));