c method

TextStyle c(
  1. Color? color
)

Font color. color : Colors.red

Implementation

TextStyle c(Color? color) => copyWith(color: color);