Interface ThemeValue.Builder

    • Method Detail

      • value

        ThemeValue.Builder value​(String value)

        The value of a theme property.

        Parameters:
        value - The value of a theme property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • children

        ThemeValue.Builder children​(Collection<ThemeValues> children)

        A list of key-value pairs that define the theme's properties.

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

        ThemeValue.Builder children​(ThemeValues... children)

        A list of key-value pairs that define the theme's properties.

        Parameters:
        children - A list of key-value pairs that define the theme's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.