Package-level declarations
Functions
Renders a Material 3 circular progress indicator. When progress is null the indicator is indeterminate (endless spinner); when set, it is determinate and shows that fraction, where 0f is empty and 1f is complete. Colors and stroke are Material defaults — only style is applied. Dispatches no triggers and is not clickable. Drive a determinate indicator by pushing new progress values with UpdateTiles.
Renders a Material 3 linear progress indicator. When progress is null the indicator is indeterminate (endless sweep); when set, it is determinate and shows that fraction, where 0f is empty and 1f is complete. Colors, track and stroke cap are Material defaults — only style is applied. Dispatches no triggers and is not clickable. Drive a determinate indicator by pushing new progress values with UpdateTiles.