circular_progress_bar

https://user-images.githubusercontent.com/33044667/147800076-5e187d00-776c-448a-811f-f75690980159.mp4

Property Description IsRequired Default value
width Width of circular_progress_bar true NAN
height Height of circular_progress_bar true NAN
textStyle Textstyle of percentage false const TextStyle (color: Colors. black , fontSize: 26 , fontWeight: FontWeight. bold ) ,
percentageVisibility Visibility of percentage false true
duration Animation running duration false const Duration(milliseconds: 700)
strokeCap Strokecap of filled progress false StrokeCap.round
curve Curve for animation false Curves.linear
radius Radius of circular_progress_bar true NAN
percentage Percentage of circular_progress_bar true NAN
color Color of filled progress true NAN
percentagePrefix Prefix of percentage text false (String)''
percentageSuffix Suffix of percentage text false (String)''
hasDecimalPoint Whether the percentage text has decimal point. false true