const LabeledText( {Key? key, required this.description, required this.value, required this.lineColor}) : super(key: key);