Extends Item

Material.Spinner

A busy indicator.

property Bool enabled: true

True if the spinner is enabled, false otherwise.

A disabled spinner has no appearance.

property Material.Spinner.Size size: .Regular

The spinner size.

Material.Spinner.Small

A small, 14x14pt spinner.

Material.Spinner.Regular

A regular, 40x40pt spinner.

Material.Spinner.Large

A large, 64x64pt spinner.

property Color tint: #teal

The tint color of the spinner.

Material.Spinner as spinner {
    tint: #blue
}