textColor method
Implementation
T textColor(Color color) => this.copyWith(
style: (this.style ?? TextStyle()).copyWith(
color: color,
),
);
T textColor(Color color) => this.copyWith(
style: (this.style ?? TextStyle()).copyWith(
color: color,
),
);