Package-level declarations
Types
Fill applied to a tile by StyleSchema.background. Each variant maps 1:1 to a Compose Brush factory and is applied through Modifier.background(brush, alpha = alpha).
Draws a border around the tile, applied over the background in styledWith().
Clips tile content to a ShapeSchema.
A single color of a gradient, optionally pinned to a position along the gradient axis.
A two-dimensional position used by gradient BackgroundSchema variants.
Per-corner radius in dp, used by BorderSchema and ShapeSchema.RoundedCornerRectangle.
Discriminated union of Compose shapes used for ClipSchema and BorderSchema.radius.
Defines the width and height constraints for a tile.
Container for all visual layout and decoration properties applied to a tile.
Mirrors Compose's TileMode — how a gradient shader fills the region outside its own bounds.
Specifies which system window insets should be applied as padding to a tile.