public abstract class Style extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Style.Builder<T extends Style.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
backgroundColor |
protected Double |
marginBottom |
protected Double |
marginLeft |
protected Double |
marginRight |
protected Double |
marginTop |
protected LengthUnit |
marginUnit |
| Constructor and Description |
|---|
Style(Style.Builder b) |
protected LengthUnit marginUnit
protected Double marginTop
protected Double marginBottom
protected Double marginLeft
protected Double marginRight
protected String backgroundColor
public Style(Style.Builder b)
Copyright © 2021. All rights reserved.