Table of contents
ButtonAppearanceButtonStyleSheetContainerAppearanceTextAppearanceTextInputAppearanceTextInputStyleSheet
ButtonAppearance
Propreties:
background→rgba?The background of the button
border_color→rgba?The color of the button border
border_radius→(number|[number, number, number, number])?Sets the border radius of the button
border_width→number?Sets the width of the border within the button
icon_color→rgba?The icon color of the button
outline_color→rgba?Sets the color of the outline
outline_width→number?An outline placed around the button
overlay→rgba?The background overlay of the button
shadow_offset→Vector?The amount of shadow offset to be applied on the button
see definitions: Vector 
text_color→rgba?The color of the text
Methods:
ButtonStyleSheet
Propreties:
active→ButtonAppearance?The appearance of the button when it is active
see definitions: ButtonAppearance 
default→ButtonAppearanceThe default appearance for the button, this default style will fill in the other styles if they are not provided
see definitions: ButtonAppearance 
disabled→ButtonAppearance?The appearance of the button when it is disabled
see definitions: ButtonAppearance 
hovered→ButtonAppearance?The appearance of the button when it is hovered
see definitions: ButtonAppearance 
pressed→ButtonAppearance?The appearance of the button when it is pressed
see definitions: ButtonAppearance 
Methods:
ContainerAppearance
Propreties:
background→rgba?The background of the container
border→Border?The border of the container
see definitions: Border 
icon_color→rgba?The color of icons within the container
shadow→Shadow?
see definitions: Shadow 
text_color→rgba?The color of the text
Methods:
TextAppearance
Propreties:
text_color→rgba?The color of the text
Methods:
TextInputAppearance
Propreties:
background→rgba?The color of the background
border_color→rgba?The color of the border
border_radius→number?The border radius
border_width→number?The border width
placeholder_color→rgba?The color of the placeholder text within the text input
selected_fill→rgba?The color of the selected text background within the text input
selected_text_color→rgba?The color of selected text within the text input
text_color→rgba?The color of the text within the text input
Methods:
TextInputStyleSheet
Propreties:
active→ButtonAppearance?The appearance of the text input when it is active
see definitions: ButtonAppearance 
default→ButtonAppearanceThe default appearance of the text input, this default style will fill in the other styles if they are not provided
see definitions: ButtonAppearance 
disabled→ButtonAppearance?The appearance of the text input when it is disabled
see definitions: ButtonAppearance 
error→ButtonAppearance?The appearance of the text input when it is errored
see definitions: ButtonAppearance 
focused→ButtonAppearance?The appearance of the text input when it is hovered
see definitions: ButtonAppearance