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