Text colored(Color color) => Text( data ?? '', style: (style ?? const TextStyle()).copyWith(color: color), );