Text

fun Text(    numLines: Int? = null,     size: Double? = null,     maxWidth: Double? = null,     foregroundColor: String? = null,     backgroundColor: String? = null)