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 TextFieldOverflowX overflowX = TextFieldOverflowX::HIDDEN;88 TextStyle textStyle;89 TextStyle countTextStyle;90 TextStyle overCountStyle;[all …]