Configuration of the round button.

Hierarchy

  • PartiallyConstructible
    • RoundButton

Constructors

  • Parameters

    • Optional source: DeepPartial<RoundButton>

    Returns RoundButton

Properties

accessibilityDescription: string

The text to be read when the button is selected through accessibility mode. Default is ""

activeBackgroundColor: string

The color of the button's background when the button is active (selected, toggled). Default is "#FFCE5C"

activeForegroundColor: string

The color of the button's foreground (icon, text) when the button is active (selected, toggled). Default is "#1C1B1F"

backgroundColor: string

The color of the button's background. Default is "#0000007A"

foregroundColor: string

The color of the button's foreground (icon, text). Default is "#FFFFFF"

visible: boolean

Determines whether the button is visible or not. Default is true