Package-level declarations

Types

Link copied to clipboard
typealias DrawScopeStroke = Stroke
Link copied to clipboard
sealed class Stroke

Functions

Link copied to clipboard
fun Modifier.border(stroke: Stroke, shape: Shape): Modifier
fun Modifier.border(alignment: Stroke.Alignment, width: Dp, brush: Brush, shape: Shape = RectangleShape, expand: Dp = Dp.Unspecified): Modifier
fun Modifier.border(alignment: Stroke.Alignment, width: Dp, color: Color, shape: Shape = RectangleShape, expand: Dp = Dp.Unspecified): Modifier
Link copied to clipboard
fun Modifier.onHover(onHover: (Boolean) -> Unit): Modifier
Link copied to clipboard
fun Stroke(width: Dp, brush: Brush, alignment: Stroke.Alignment, expand: Dp = Dp.Unspecified): Stroke
fun Stroke(width: Dp, color: Color, alignment: Stroke.Alignment, expand: Dp = Dp.Unspecified): Stroke