Interface PalettePrimary.Builder

  • Method Details

    • defaultValue

      PalettePrimary.Builder defaultValue(String defaultValue)

      The default primary color used throughout the workspace.

      Parameters:
      defaultValue - The default primary color used throughout the workspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • active

      The primary color used for active states.

      Parameters:
      active - The primary color used for active states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contrastText

      PalettePrimary.Builder contrastText(String contrastText)

      The text color that contrasts with the primary color for readability.

      Parameters:
      contrastText - The text color that contrasts with the primary color for readability.
      Returns:
      Returns a reference to this object so that method calls can be chained together.