@Stability(value=Experimental) public static final class SpacerProps.Builder extends Object
SpacerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SpacerProps |
build()
Builds the configured instance.
|
SpacerProps.Builder |
withHeight(Number value)
Sets the value of Height
|
SpacerProps.Builder |
withWidth(Number value)
Sets the value of Width
|
@Stability(value=Experimental) public SpacerProps.Builder withHeight(@Nullable Number value)
value - Height of the spacer.this@Stability(value=Experimental) public SpacerProps.Builder withWidth(@Nullable Number value)
value - Width of the spacer.this@Stability(value=Experimental) public SpacerProps build()
SpacerPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.