FluentSpinnerState class

A spinner's fully resolved state, including the design axes.

Inheritance
Annotations

Constructors

FluentSpinnerState({required FluentSpinnerLabelPosition labelPosition, required FluentSpinnerAppearance appearance, required FluentSpinnerSize size, Widget? label})
Creates a resolved state.
const

Properties

appearance FluentSpinnerAppearance
Ring and label colouring.
final
hashCode int
The hash code for this object.
no setterinherited
label Widget?
The label, if any. A spinner with no label is a bare ring.
finalinherited
labelPosition FluentSpinnerLabelPosition
Where the label sits relative to the ring.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size FluentSpinnerSize
Diameter, thickness and type ramp.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited