ContractCallProgressBar

fun ContractCallProgressBar(stage: ContractCallStage?, modifier: Modifier = Modifier, accent: Color = ContractCallProgressDefaults.Accent, trackColor: Color = ContractCallProgressDefaults.Track, labelColor: Color = ContractCallProgressDefaults.Label, showLabel: Boolean = true)

Stateless staged progress bar. Renders the stage's label above a slim, monotonic (never retreats), eased fill; hides itself when stage is null (no call in flight) and resets between calls.

Parameters

stage

current contract-call stage, or null when idle.

accent

fill colour — tint per operation (deploy/commit/reveal).