Interface CreateThemeData.Builder

    • Method Detail

      • name

        CreateThemeData.Builder name​(String name)

        The name of the theme.

        Parameters:
        name - The name of the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        CreateThemeData.Builder values​(Collection<ThemeValues> values)

        A list of key-value pairs that defines the properties of the theme.

        Parameters:
        values - A list of key-value pairs that defines the properties of the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        CreateThemeData.Builder values​(ThemeValues... values)

        A list of key-value pairs that defines the properties of the theme.

        Parameters:
        values - A list of key-value pairs that defines the properties of the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrides

        CreateThemeData.Builder overrides​(Collection<ThemeValues> overrides)

        Describes the properties that can be overriden to customize an instance of the theme.

        Parameters:
        overrides - Describes the properties that can be overriden to customize an instance of the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrides

        CreateThemeData.Builder overrides​(ThemeValues... overrides)

        Describes the properties that can be overriden to customize an instance of the theme.

        Parameters:
        overrides - Describes the properties that can be overriden to customize an instance of the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateThemeData.Builder tags​(Map<String,​String> tags)

        One or more key-value pairs to use when tagging the theme data.

        Parameters:
        tags - One or more key-value pairs to use when tagging the theme data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.