Package-level declarations
Types
Link copied to clipboard
open class LineComponent(fill: Fill, val thickness: Dp = Defaults.LINE_COMPONENT_THICKNESS_DP.dp, shape: Shape = RectangleShape, margins: Insets = Insets.Zero, strokeFill: Fill = Fill.Transparent, strokeThickness: Dp = 0.dp, shadows: List<Shadow> = emptyList()) : ShapeComponent
Draws lines.
Link copied to clipboard
Link copied to clipboard
@Immutable
Uses Canvas to render text. This class utilizes TextMeasurer and supports the following:
Functions
Link copied to clipboard
@Composable
Creates and remembers a LineComponent.
Link copied to clipboard
@Composable
Creates and remembers a ShapeComponent.
Link copied to clipboard
@Composable
Creates and remembers a TextComponent.