c method

TextStyle? c(
  1. Color? color
)

Implementation

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