ProgressIndicatorSegment
Represents a segment of the track in a SegmentedProgressIndicator.
Parameters
The proportion of the overall progress indicator that this segment should take up, as a proportion of the sum of the weights of all the other segments.
The color of the indicator bar.
The color of the background progress track. This is optional and if not specified will default to the trackColor of the overall SegmentedProgressIndicator.
The color of the background progress track when this segment is in progress. This is optional, and if specified will take precedence to the trackColor of the segment or the overall SegmentedProgressIndicator, when the segment is in progress.
Parameters
The proportion of the overall progress indicator that this segment should take up, as a proportion of the sum of the weights of all the other segments.
The color brush of the indicator bar.
The color of the background progress track. This is optional and if not specified will default to the trackColor of the overall SegmentedProgressIndicator.
The color of the background progress track when this segment is in progress. This is optional, and if specified will take precedence to the trackColor of the segment or the overall SegmentedProgressIndicator, when the segment is in progress.