cursorColor | The color of the cursor. | integer |
cursorHeight | The height of the cursor. | number |
cursorRadius | The radius of the cursor. | Radius |
cursorWidth | The width of the cursor. | number |
decoration | The decoration of the input. | InputDecoration |
keyboardAppearance | The appearance of the keyboard. | string |
obscuringCharacter | The character used to obscure the text. | string |
scrollPadding | The padding of the scrollable when the Textfield scrolls into view. | Padding |
selectionHeightStyle | The height of the selection highlight boxes. | string- includeLineSpacingBottom
- includeLineSpacingMiddle
- includeLineSpacingTop
- max
- strut
- tight
|
selectionWidthStyle | The width of the selection highlight boxes. | string |
strutStyle | Defines the strut of a text line. | StrutStyle |
textAlign | The alignment of the text. | string- left
- right
- center
- justify
- start
- end
|
textAlignVertical | How the text should be aligned vertically. | string |
textStyle | The style of the text. | TextStyle |