circular_progress_bar 0.0.4
circular_progress_bar: ^0.0.4 copied to clipboard
Circular progress bar can be used in both AOS and IOS.
circular_progress_bar #
| 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 |