Package-level declarations
Types
Link copied to clipboard
class BorderImageScope
Link copied to clipboard
class BorderRadiusScope
Link copied to clipboard
class BorderScope
Link copied to clipboard
class BorderSideScope
Link copied to clipboard
class ColumnRuleScope
Link copied to clipboard
class FontVariantScope
Link copied to clipboard
class MarginBlockScope
Link copied to clipboard
class MarginInlineScope
Link copied to clipboard
class MarginScope
Link copied to clipboard
class OverflowScope
Link copied to clipboard
class OverscrollBehaviorScope
Link copied to clipboard
class PaddingBlockScope
Link copied to clipboard
class PaddingInlineScope
Link copied to clipboard
class PaddingScope
Functions
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
Configure an element's background appearance.
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
fun Modifier.backgroundRepeat(horizontalRepeat: BackgroundRepeat.RepeatStyle, verticalRepeat: BackgroundRepeat.RepeatStyle): Modifier
Link copied to clipboard
Link copied to clipboard
fun Modifier.border(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null): Modifier
Link copied to clipboard
fun Modifier.borderBottom(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null): Modifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Modifier.borderLeft(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null): Modifier
Link copied to clipboard
fun Modifier.borderRadius(topLeftAndBottomRight: CSSLengthOrPercentageNumericValue = 0.px, topRightAndBottomLeft: CSSLengthOrPercentageNumericValue = 0.px): Modifier
fun Modifier.borderRadius(topLeft: CSSLengthOrPercentageNumericValue = 0.px, topRightAndBottomLeft: CSSLengthOrPercentageNumericValue = 0.px, bottomRight: CSSLengthOrPercentageNumericValue = 0.px): Modifier
fun Modifier.borderRadius(topLeft: CSSLengthOrPercentageNumericValue = 0.px, topRight: CSSLengthOrPercentageNumericValue = 0.px, bottomRight: CSSLengthOrPercentageNumericValue = 0.px, bottomLeft: CSSLengthOrPercentageNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.borderRight(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null): Modifier
Link copied to clipboard
fun Modifier.borderTop(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null): Modifier
Link copied to clipboard
Link copied to clipboard
Creates a box-shadow property with a single shadow. The property accepts either the BoxShadow.None value, the default global keywords, which indicates no shadows, or a list of shadows, created by using BoxShadow.of, ordered front to back.
The box-shadow property attaches one or more drop shadows to the box. The property accepts either the BoxShadow.None value, which indicates no shadows, or a list of shadows, created by using BoxShadow.of, ordered front to back.
fun Modifier.boxShadow(offsetX: CSSLengthNumericValue = 0.px, offsetY: CSSLengthNumericValue = 0.px, blurRadius: CSSLengthNumericValue? = null, spreadRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null, inset: Boolean = false): Modifier
Creates a single shadowed box-shadow to the desired element.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Modifier.columnRule(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null): Modifier
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
fun Modifier.fontVariant(alternates: FontVariantAlternates? = null, caps: FontVariantCaps? = null, eastAsian: FontVariantEastAsian? = null, emoji: FontVariantEmoji? = null, ligatures: FontVariantLigatures? = null, numeric: FontVariantNumeric? = null, position: FontVariantPosition? = null): Modifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Modifier.gap(rowGap: CSSLengthOrPercentageNumericValue, columnGap: CSSLengthOrPercentageNumericValue): Modifier
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
fun Modifier.heightIn(min: CSSLengthOrPercentageNumericValue? = null, max: CSSLengthOrPercentageNumericValue? = null): Modifier
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
fun Modifier.listStyle(type: ListStyleType? = null, position: ListStylePosition? = null, image: ListStyleImage? = null): Modifier
Link copied to clipboard
fun Modifier.margin(topBottom: CSSLengthOrPercentageNumericValue = 0.px, leftRight: CSSLengthOrPercentageNumericValue = 0.px): Modifier
fun Modifier.margin(top: CSSLengthOrPercentageNumericValue = 0.px, leftRight: CSSLengthOrPercentageNumericValue = 0.px, bottom: CSSLengthOrPercentageNumericValue = 0.px): Modifier
fun Modifier.margin(top: CSSLengthOrPercentageNumericValue = 0.px, right: CSSLengthOrPercentageNumericValue = 0.px, bottom: CSSLengthOrPercentageNumericValue = 0.px, left: CSSLengthOrPercentageNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.marginBlock(start: CSSLengthOrPercentageNumericValue = 0.px, end: CSSLengthOrPercentageNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.marginInline(start: CSSLengthOrPercentageNumericValue = 0.px, end: CSSLengthOrPercentageNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.maxSize(width: CSSLengthOrPercentageNumericValue, height: CSSLengthOrPercentageNumericValue): Modifier
Link copied to clipboard
fun Modifier.minSize(width: CSSLengthOrPercentageNumericValue, height: CSSLengthOrPercentageNumericValue): Modifier
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
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
fun Modifier.outline(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null): Modifier
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
fun Modifier.padding(topBottom: CSSLengthOrPercentageNumericValue = 0.px, leftRight: CSSLengthOrPercentageNumericValue = 0.px): Modifier
fun Modifier.padding(top: CSSLengthOrPercentageNumericValue = 0.px, leftRight: CSSLengthOrPercentageNumericValue = 0.px, bottom: CSSLengthOrPercentageNumericValue = 0.px): Modifier
fun Modifier.padding(top: CSSLengthOrPercentageNumericValue = 0.px, right: CSSLengthOrPercentageNumericValue = 0.px, bottom: CSSLengthOrPercentageNumericValue = 0.px, left: CSSLengthOrPercentageNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.paddingBlock(start: CSSLengthOrPercentageNumericValue = 0.px, end: CSSLengthOrPercentageNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.paddingInline(start: CSSLengthOrPercentageNumericValue = 0.px, end: CSSLengthOrPercentageNumericValue = 0.px): Modifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Modifier.scale(sx: CSSPercentageNumericValue, sy: CSSPercentageNumericValue, sz: CSSPercentageNumericValue): Modifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Modifier.scrollMargin(topBottom: CSSLengthNumericValue = 0.px, leftRight: CSSLengthNumericValue = 0.px): Modifier
fun Modifier.scrollMargin(top: CSSLengthNumericValue = 0.px, leftRight: CSSLengthNumericValue = 0.px, bottom: CSSLengthNumericValue = 0.px): Modifier
fun Modifier.scrollMargin(top: CSSLengthNumericValue = 0.px, right: CSSLengthNumericValue = 0.px, bottom: CSSLengthNumericValue = 0.px, left: CSSLengthNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.scrollMarginBlock(start: CSSLengthNumericValue = 0.px, end: CSSLengthNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.scrollMarginInline(start: CSSLengthNumericValue = 0.px, end: CSSLengthNumericValue = 0.px): Modifier
Link copied to clipboard
fun Modifier.scrollPadding(topBottom: CSSLengthOrPercentageNumericValue = autoLength, leftRight: CSSLengthOrPercentageNumericValue = autoLength): Modifier
fun Modifier.scrollPadding(top: CSSLengthOrPercentageNumericValue = autoLength, leftRight: CSSLengthOrPercentageNumericValue = autoLength, bottom: CSSLengthOrPercentageNumericValue = autoLength): Modifier
fun Modifier.scrollPadding(top: CSSLengthOrPercentageNumericValue = autoLength, right: CSSLengthOrPercentageNumericValue = autoLength, bottom: CSSLengthOrPercentageNumericValue = autoLength, left: CSSLengthOrPercentageNumericValue = autoLength): Modifier
Link copied to clipboard
fun Modifier.scrollPaddingBlock(start: CSSLengthOrPercentageNumericValue = autoLength, end: CSSLengthOrPercentageNumericValue = autoLength): Modifier
Link copied to clipboard
fun Modifier.scrollPaddingInline(start: CSSLengthOrPercentageNumericValue = autoLength, end: CSSLengthOrPercentageNumericValue = autoLength): Modifier
Link copied to clipboard
fun Modifier.scrollSnapAlign(blockAxis: ScrollSnapAlign.Alignment, inlineAxis: ScrollSnapAlign.Alignment): Modifier
Link copied to clipboard
Link copied to clipboard
fun Modifier.scrollSnapType(axis: ScrollSnapType.Axis, strictness: ScrollSnapType.Strictness): Modifier
Link copied to clipboard
fun <T : StylePropertyValue> Modifier.setVariable(variable: StyleVariable.PropertyValue<T>, value: T?): Modifier
Set the value of a variable.
Link copied to clipboard
fun Modifier.size(width: CSSLengthOrPercentageNumericValue, height: CSSLengthOrPercentageNumericValue): Modifier
Link copied to clipboard
fun Modifier.sizeIn(minWidth: CSSLengthOrPercentageNumericValue? = null, minHeight: CSSLengthOrPercentageNumericValue? = null, maxWidth: CSSLengthOrPercentageNumericValue? = null, maxHeight: CSSLengthOrPercentageNumericValue? = null): Modifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Modifier.textShadow(offsetX: CSSLengthNumericValue, offsetY: CSSLengthNumericValue, blurRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null): Modifier
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
fun Modifier.widthIn(min: CSSLengthOrPercentageNumericValue? = null, max: CSSLengthOrPercentageNumericValue? = null): Modifier
Link copied to clipboard