Open mayank29malhotra opened 5 months ago
Hello. Thanks for the suggestion! But we already have gradient support. Just specify some colors in the "progressColors" field.
For example:
SimpleCircularProgressBar(
progressColors: const [
Colors.cyan,
Colors.green,
Colors.amberAccent,
Colors.redAccent,
Colors.purpleAccent
],
backColor: Colors.blueGrey,
),
Hey I am suggesting on completing whole progress the circle completes and it takes one color as the color for the complete circle once it is completed
I would like to propose adding support for gradient colors in the progress component. This feature would enhance the visual appeal and provide more customization options for users.