final case class SpinnerElement(elapsed: FiniteDuration, label: String, preset: SpinnerPreset, glyphStyle: Style, labelStyle: Style, props: ElementProps) extends Element
A spinner whose colors were resolved from the ambient Theme at construction.
The theme supplies the glyph and label styles; anything the call site sets with .color/.bold/.style layers on top of the glyph style, so spinner(tick).color(Color.Red) recolors the moving part and leaves the label alone.