MarkerCorneredShape
open class MarkerCorneredShape(topLeft: CorneredShape.Corner, topRight: CorneredShape.Corner, bottomRight: CorneredShape.Corner, bottomLeft: CorneredShape.Corner, val tickSizeDp: Float = MARKER_TICK_SIZE) : 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, tickSizeDp: Float = MARKER_TICK_SIZE)
Types
Link copied to clipboard
Specifies the position of a MarkerCorneredShape’s tick.