Shape
Last updated
Vico’s Compose APIs use Shape instances. You can use Compose’s built-in implementations, including RoundedCornerShape and CutCornerShape, or provide custom shape implementations.
Vico provides the following additional Shape implementations:
DashedShape alternates a base Shape instance with gaps.
MarkerCornerBasedShape wraps a CornerBasedShape instance and adds a triangular marker tick.
Last updated