Text Color
data class TextColor(val heading: String, val name: String, val parameterType: StudyParameterType, val defaultValue: Double, val value: Double?, val defaultColor: String, val color: String?) : StudyParameter
A parameter of active study Study that contains a number and a color
Constructors
Link copied to clipboard
constructor(heading: String, name: String, parameterType: StudyParameterType, defaultValue: Double, value: Double?, defaultColor: String, color: String?)