| width | Sets the width of the element |
| height | Sets the height of the element |
| border | Sets the border of the element |
| borderRadius | Sets the border radius of the element |
| background | Sets all background style properties at once, such as color, image, origin and size, or repeat method. Reference link |
| placeholderTextFont | Sets all the different properties of font for the hint text. Reference link |
| placeholderTextColor | Sets the foreground color of hint text. |
| textFont | Sets all the different properties of font for the user input text. Reference link |
| textColor | Sets the foreground color of user input text. |
| dividerColor | Sets the tint or color applied to the separator. |
| inputBorder | Sets the border of the text input within the element |
| inputBorderRadius | Sets the border radius of the text input within the element |
| inputBackground | Sets all background style properties at once, such as color, image, origin and size, or repeat method of the text input within the element. Reference link |
| maxHeight | Sets the maximum height of the element before it can trigger the scrolling or overflow behavior. |