Table of contents

  1. ButtonAppearance
  2. ButtonStyleSheet
  3. ContainerAppearance
  4. TextAppearance
  5. TextInputAppearance
  6. TextInputStyleSheet

source


ButtonAppearance

Propreties:

backgroundrgba?

The background of the button

see definitions: rgba rgb

border_colorrgba?

The color of the button border

see definitions: rgba rgb

border_radius(number|[number, number, number, number])?

Sets the border radius of the button

border_widthnumber?

Sets the width of the border within the button

icon_colorrgba?

The icon color of the button

see definitions: rgba rgb

outline_colorrgba?

Sets the color of the outline

see definitions: rgba rgb

outline_widthnumber?

An outline placed around the button

overlayrgba?

The background overlay of the button

see definitions: rgba rgb

shadow_offsetVector?

The amount of shadow offset to be applied on the button

see definitions: Vector

text_colorrgba?

The color of the text

see definitions: rgba rgb

Methods:


ButtonStyleSheet

Propreties:

activeButtonAppearance?

The appearance of the button when it is active

see definitions: ButtonAppearance

defaultButtonAppearance

The default appearance for the button, this default style will fill in the other styles if they are not provided

see definitions: ButtonAppearance

disabledButtonAppearance?

The appearance of the button when it is disabled

see definitions: ButtonAppearance

hoveredButtonAppearance?

The appearance of the button when it is hovered

see definitions: ButtonAppearance

pressedButtonAppearance?

The appearance of the button when it is pressed

see definitions: ButtonAppearance

Methods:


ContainerAppearance

Propreties:

backgroundrgba?

The background of the container

see definitions: rgba rgb

borderBorder?

The border of the container

see definitions: Border

icon_colorrgba?

The color of icons within the container

see definitions: rgba rgb

shadowShadow?

see definitions: Shadow

text_colorrgba?

The color of the text

see definitions: rgba rgb

Methods:


TextAppearance

Propreties:

text_colorrgba?

The color of the text

see definitions: rgba rgb

Methods:


TextInputAppearance

Propreties:

backgroundrgba?

The color of the background

see definitions: rgba rgb

border_colorrgba?

The color of the border

see definitions: rgba rgb

border_radiusnumber?

The border radius

border_widthnumber?

The border width

placeholder_colorrgba?

The color of the placeholder text within the text input

see definitions: rgba rgb

selected_fillrgba?

The color of the selected text background within the text input

see definitions: rgba rgb

selected_text_colorrgba?

The color of selected text within the text input

see definitions: rgba rgb

text_colorrgba?

The color of the text within the text input

see definitions: rgba rgb

Methods:


TextInputStyleSheet

Propreties:

activeButtonAppearance?

The appearance of the text input when it is active

see definitions: ButtonAppearance

defaultButtonAppearance

The default appearance of the text input, this default style will fill in the other styles if they are not provided

see definitions: ButtonAppearance

disabledButtonAppearance?

The appearance of the text input when it is disabled

see definitions: ButtonAppearance

errorButtonAppearance?

The appearance of the text input when it is errored

see definitions: ButtonAppearance

focusedButtonAppearance?

The appearance of the text input when it is hovered

see definitions: ButtonAppearance

Methods: