CircularProgressIndicatorSpec

This class contains the parameters for drawing a circular type progress indicator. The parameters reflect the attributes defined in R.styleable.BaseProgressIndicator and R.styleable.CircularProgressIndicator.

Constructors

Link copied to clipboard
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)
Instantiates the spec for CircularProgressIndicator.
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, @AttrRes defStyleAttr: Int)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, @AttrRes defStyleAttr: Int, @StyleRes defStyleRes: Int)

Properties

Link copied to clipboard
The direction in which the indicator will rotate and grow to.
Link copied to clipboard
The extra space from the outer edge of the indicator to the edge of the canvas.
Link copied to clipboard
open var indicatorSize: Int
The size (outer diameter) of the spinner.