🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

setProgress

Action to set the current value of the progress bar.

setProgress

Source set: Common
public fun SemanticsPropertyReceiver.setProgress(
    label: String? = null,
    action: ((Float) -> Boolean)?,
): Unit

Action to set the current value of the progress bar.

Expected to be used in conjunction with progressBarRangeInfo.

Parameters

label Optional label for this action.
action Action to be performed when the SemanticsActions.SetProgress is called.