| Modifier and Type | Method and Description |
|---|---|
Spacer |
build() |
static Spacer.Builder |
create() |
Spacer.Builder |
height(Number height)
Height of the spacer.
|
Spacer.Builder |
width(Number width)
Width of the spacer.
|
@Stability(value=Stable) public static Spacer.Builder create()
Spacer.Builder.@Stability(value=Stable) public Spacer.Builder height(Number height)
Default: : 1
height - Height of the spacer. This parameter is required.this@Stability(value=Stable) public Spacer.Builder width(Number width)
Default: 1
width - Width of the spacer. This parameter is required.thisCopyright © 2023. All rights reserved.