TextOptions

constructor(text: String = "", style: ComponentStyle = ComponentStyle(), alignment: TextAlignment = TextAlignment.Start, maxLines: Int? = null, overflow: TextOverflow = TextOverflow.Clip, selectable: Boolean = false, color: Color = Color.Black, fontSize: Float = 14.0f, fontWeight: FontWeight = FontWeight.Normal, fontFamily: String? = null, lineHeight: Float = 1.2f, letterSpacing: Float = 0.0f, wordSpacing: Float = 0.0f, textDecoration: TextDecoration = TextDecoration.None, backgroundColor: Color = Color.Transparent, padding: EdgeInsets = EdgeInsets.zero, margin: EdgeInsets = EdgeInsets.zero)