Applies a single color to the text.
Text withColor(Color color) { return Text( data ?? '', style: (style ?? const TextStyle()).copyWith(color: color), ); }