MarkerCornerBasedShape
open class MarkerCornerBasedShape(val base: CornerBasedShape, val tickSize: Dp = MARKER_TICK_SIZE.dp) : Shape
A CornerBasedShape wrapper that additionally draws a triangular tick.
Types
Link copied to clipboard
Specifies the position of a MarkerCornerBasedShape’s tick.
Properties
Link copied to clipboard
the base CornerBasedShape.
Link copied to clipboard
Specifies the tick position.
Link copied to clipboard
The tick’s x-coordinate (relative to the center of the MarkerCornerBasedShape). If this is null, the tick isn’t drawn.
Functions
Link copied to clipboard
open override fun createOutline(size: Size, layoutDirection: LayoutDirection, density: Density): Outline