MaterialProgressIndicator
November 10, 2023 ยท View on GitHub
Progress indicators show the status of a process in real time
View Material Design documentation
Screenshot
Example
<material3:MaterialProgressIndicator Type="Circular"
TrackColor="DarkGray"
IndicatorColor="MediumPurple"/>
Documentation
Property Type
You can choose Linear and Circular, by default the Circular type is selected.
Property IndicatorColor
This property changes the Indicatorcolor.
Property TrackColor:
This property is to set the track color. Only works for Linear type