Pulse
data class Pulse(highlightColor: Color, val animationSpec: InfiniteRepeatableSpec<Float>) : PlaceholderHighlight
A PlaceholderHighlight that pulses the highlight color in and out.
This is achieved by animating the alpha of a solid color brush.
Parameters
highlight Color
The color of the pulse highlight.
animation Spec
The specification for the animation.