More properties, cleanup

This commit is contained in:
2020-03-01 12:54:25 +01:00
parent b80873a85a
commit 6e5c10c089
3 changed files with 49 additions and 2 deletions

View File

@@ -234,6 +234,12 @@ open class Style(
var emptyCells: EmptyCells? = null,
var filter: TextProperty? = null,
var flex: TextProperty? = null,
var flexBasis: Measurement? = null,
var flexDirection: FlexDirection? = null,
var flexFlow: TextProperty? = null,
var flexGrow: FlexGrowShrink? = null,
var flexShrink: FlexGrowShrink? = null,
var flexWrap: FlexWrap? = null,
var float: Float? = null,
var font: TextProperty? = null,