textColor method
Implementation
T textColor(final Color color) => copyWith(style: (style ?? const TextStyle()).copyWith(color: color)) as T;
T textColor(final Color color) => copyWith(style: (style ?? const TextStyle()).copyWith(color: color)) as T;