@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

Basic Example

Basic example showing a horizontal separator:

HorizontalSeparator(color = Color(0xFF9E9E9E))

VerticalSeparator(color = Color(0xFF9E9E9E))

Parameters

VerticalSeparator / HorizontalSeparator

ParameterDescription
color
the Color of the separator.
thickness
a Dp of how thick the separator should rendered.
modifier
the Modifier to be used to this separator.