Package-level declarations

Types

Link copied to clipboard
class BackgroundImageLayer(gradientMap: ReadableMap?, context: Context)
Link copied to clipboard

Represents the collection of possible border radius style properties.

Link copied to clipboard
Link copied to clipboard
data class BoxShadow(val offsetX: Float, val offsetY: Float, @ColorInt val color: Int? = null, val blurRadius: Float? = null, val spreadDistance: Float? = null, val inset: Boolean? = null)

Represents all logical properties and shorthands for border radius.

Link copied to clipboard
data class ComputedBorderRadius(val topLeft: CornerRadii, val topRight: CornerRadii, val bottomLeft: CornerRadii, val bottomRight: CornerRadii)

Physical edge lengths (in DIPs) for a border-radius.

Link copied to clipboard

Represents the collection of possible computed border radius style properties.

Link copied to clipboard
data class CornerRadii(val horizontal: Float = 0.0f, val vertical: Float = 0.0f)

Represents the resolved horizontal and vertical radii of the ellipse representing a corner.

Link copied to clipboard

Represents the collection of possible box edges and shorthands.

Link copied to clipboard