Style
constructor(position: Position? = null, display: Display? = null, boxSizing: BoxSizing? = null, zIndex: Int? = null, overflow: Overflow? = null, top: Length? = null, left: Length? = null, bottom: Length? = null, right: Length? = null, flexDirection: FlexDirection? = null, flexGrow: Double? = null, flexShrink: Double? = null, flexBasis: FlexBasis? = null, justifyContent: JustifyContent? = null, alignItems: AlignItems? = null, alignSelf: AlignSelf? = null, flexWrap: FlexWrap? = null, gap: Length? = null, rowGap: Length? = null, columnGap: Length? = null, order: Int? = null, width: Length? = null, maxWidth: Length? = null, minWidth: Length? = null, height: Length? = null, maxHeight: Length? = null, minHeight: Length? = null, backgroundColor: Color? = null, opacity: Double? = null, padding: Spacing? = null, margin: Spacing? = null, borderWidth: Length? = null, borderColor: Color? = null, borderStyle: BorderStyle? = null, borderRadius: BorderRadius? = null, fontFamily: String? = null, fontSize: Length? = null, fontWeight: FontWeight? = null, fontStyle: FontStyle? = null, color: Color? = null, textDecoration: TextDecoration? = null, textAlign: TextAlign? = null, textTransform: TextTransform? = null, lineHeight: Double? = null, letterSpacing: Length? = null, objectFit: ObjectFit? = null, objectPosition: ObjectPosition? = null, textOverflow: TextOverflow? = null, whiteSpace: WhiteSpace? = null)