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 = Shape.Rectangle, dashLength: Dp = Defaults.DASHED_SHAPE_DASH_LENGTH.dp, gapLength: Dp = Defaults.DASHED_SHAPE_GAP_LENGTH.dp, fitStrategy: DashedShape.FitStrategy = DashedShape.FitStrategy.Resize): DashedShape

Creates a DashedShape.

Link copied to clipboard
fun markerCorneredShape(base: CorneredShape, tickSize: Dp = MARKER_TICK_SIZE.dp): MarkerCorneredShape
fun markerCorneredShape(all: CorneredShape.Corner, tickSize: Dp = MARKER_TICK_SIZE.dp): MarkerCorneredShape
fun markerCorneredShape(topLeft: CorneredShape.Corner, topRight: CorneredShape.Corner, bottomRight: CorneredShape.Corner, bottomLeft: CorneredShape.Corner, tickSize: 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