SegmentedProgressIndicator
Represents a segmented progress indicator.
Parameters
Modifier to be applied to the SegmentedProgressIndicator
A list of ProgressIndicatorSegment definitions, specifying the properties of each segment.
The progress of this progress indicator where 0.0 represents no progress and 1.0 represents completion. Values outside of this range are coerced into the range 0..1.
The starting position of the progress arc, measured clockwise in degrees (0 to 360) from the 3 o'clock position. For example, 0 and 360 represent 3 o'clock, 90 and 180 represent 6 o'clock and 9 o'clock respectively. Default is -90 degrees (top of the screen)
The ending position of the progress arc, measured clockwise in degrees (0 to 360) from the 3 o'clock position. For example, 0 and 360 represent 3 o'clock, 90 and 180 represent 6 o'clock and 9 o'clock respectively. By default equal to 270 degrees.
The stroke width for the progress indicator.
The gap to place between segments. Defaults to 0 degrees.
The background track color. If a segment specifies trackColor then the segment value takes preference. Defaults to Color.Black