For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shape

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