| 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 of the element. Reference link | 
| boxShadow | Sets shadow effects around the element | 
| titleFont | Sets all the different properties of font for the heading text. Reference link | 
| titleColor | Sets the foreground color of heading text. | 
| messageTextFont | Sets all the different properties of font for the description text. Reference link | 
| messageTextColor | Sets the foreground color of description text. | 
| confirmButtonTextFont | Sets all the different properties of font for the confirm button text. Reference link | 
| confirmButtonTextColor | Sets the foreground color of confirm button text. | 
| confirmButtonBackground | Sets all background style properties at once, such as color, image, origin and size, or repeat method of the confirm button. Reference link | 
| confirmButtonIconTint | Sets the tint or color applied to the icon displayed on the confirm button | 
| cancelButtonTextFont | Sets all the different properties of font for the cancel button text. Reference link | 
| cancelButtonTextColor | Sets the foreground color of cancel button text. | 
| cancelButtonBackground | Sets all background style properties at once, such as color, image, origin and size, or repeat method of the cancel button. Reference link | 
| cancelButtonIconTint | Sets the tint or color applied to the icon displayed on the cancel button |