Searched defs:TextFieldStyle (Results 1 – 1 of 1) sorted by relevance
78 struct TextFieldStyle : Style { struct79 Dimension height;82 Dimension cursorRadius;83 Color cursorColor;84 bool cursorColorIsSet = false;86 TextAlign textAlign = TextAlign::START;87 TextStyle textStyle;88 TextStyle countTextStyle;89 TextStyle overCountStyle;90 TextStyle countTextStyleOuter;[all …]