Configuration of the background appearance for buttons and hints.

Hierarchy

  • PartiallyConstructible
    • BackgroundStyle

Constructors

  • Parameters

    • Optional source: DeepPartial<BackgroundStyle>

    Returns BackgroundStyle

Properties

fillColor: string

The fill color.

Default Value

"#FFFFFF30";
strokeColor: string

The color of the outline.

Default Value

"#FFFFFFFF";
strokeWidth: number

The width of the outline in dp.

Default Value

2.0;

Generated using TypeDoc