MarkerCorneredShape
open class MarkerCorneredShape(topLeft: CorneredShape.Corner, topRight: CorneredShape.Corner, bottomRight: CorneredShape.Corner, bottomLeft: CorneredShape.Corner, val tickSize: Dp = MARKER_TICK_SIZE.dp) : CorneredShape
A CorneredShape extension that additionally draws a triangular tick.
Constructors
Link copied to clipboard
constructor(topLeft: CorneredShape.Corner, topRight: CorneredShape.Corner, bottomRight: CorneredShape.Corner, bottomLeft: CorneredShape.Corner, tickSize: Dp = MARKER_TICK_SIZE.dp)
Types
Link copied to clipboard
Specifies the position of a MarkerCorneredShape’s tick.
Properties
Link copied to clipboard
Specifies the tick position.
Link copied to clipboard
The tick’s x coordinate (relative to the center of MarkerCorneredShape). If this is null, the tick isn’t drawn.