public static interface ThemeValue.Builder extends SdkPojo, CopyableBuilder<ThemeValue.Builder,ThemeValue>
| Modifier and Type | Method and Description |
|---|---|
ThemeValue.Builder |
children(Collection<ThemeValues> children)
A list of key-value pairs that define the theme's properties.
|
ThemeValue.Builder |
children(Consumer<ThemeValues.Builder>... children)
A list of key-value pairs that define the theme's properties.
|
ThemeValue.Builder |
children(ThemeValues... children)
A list of key-value pairs that define the theme's properties.
|
ThemeValue.Builder |
value(String value)
The value of a theme property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThemeValue.Builder value(String value)
The value of a theme property.
value - The value of a theme property.ThemeValue.Builder children(Collection<ThemeValues> children)
A list of key-value pairs that define the theme's properties.
children - A list of key-value pairs that define the theme's properties.ThemeValue.Builder children(ThemeValues... children)
A list of key-value pairs that define the theme's properties.
children - A list of key-value pairs that define the theme's properties.ThemeValue.Builder children(Consumer<ThemeValues.Builder>... children)
A list of key-value pairs that define the theme's properties.
This is a convenience method that creates an instance of theThemeValues.Builder avoiding the need to
create one manually via ThemeValues.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #children(List.
children - a consumer that will call methods on
ThemeValues.Builder#children(java.util.Collection) Copyright © 2023. All rights reserved.