OudsButtonLoader

data class OudsButtonLoader(val progress: Float?)

A circular loading indicator displayed in an OudsButton.

Parameters

progress

The loading progress, where 0.0 represents no progress and 1.0 represents full progress. Values outside of this range are coerced into the range. Set this value to null to display a circular indeterminate progress indicator.

Constructors

Link copied to clipboard
constructor(progress: Float?)

Properties

Link copied to clipboard