Package-level declarations

Functions

Link copied to clipboard
fun CorneredShape.Companion.cut(topLeft: Dp = 0.dp, topRight: Dp = 0.dp, bottomRight: Dp = 0.dp, bottomLeft: Dp = 0.dp): CorneredShape

A Dp version of CorneredShape.cut.

Link copied to clipboard
fun dashedShape(shape: Shape, dashLength: Dp, gapLength: Dp, fitStrategy: DashedShape.FitStrategy = DashedShape.FitStrategy.Resize): DashedShape

Creates a DashedShape.

Link copied to clipboard
fun markerCorneredShape(all: Corner, tickSizeDp: Dp = MARKER_TICK_SIZE.dp): MarkerCorneredShape
fun markerCorneredShape(corneredShape: CorneredShape, tickSizeDp: Dp = MARKER_TICK_SIZE.dp): MarkerCorneredShape
fun markerCorneredShape(topLeft: Corner, topRight: Corner, bottomRight: Corner, bottomLeft: Corner, tickSizeDp: Dp = MARKER_TICK_SIZE.dp): MarkerCorneredShape
Link copied to clipboard
fun CorneredShape.Companion.rounded(topLeft: Dp = 0.dp, topRight: Dp = 0.dp, bottomRight: Dp = 0.dp, bottomLeft: Dp = 0.dp): CorneredShape
Link copied to clipboard