Closed VK027 closed 4 years ago
Hi @Vrocks27,
Yes, it is a good idea. The CircularStepProgressIndicator
is implemented differently from the StepProgressIndicator
, but it should be possible to have roundedEdges
too. I will look into it.
@Vrocks27, I added a new bool
option to the CircularStepProgressIndicator
called roundedCap
that makes all the edges of each step in the indicator rounded (here). I am going to convert it to a bool Function()
in order to allow you to customize each step cap.
I am also planning some other upgrades to the project. After that, I will update the documentation and publish the updates.
I just release the new update v0.2.4+7 on pub.dev.
Thanks again for your suggestion 👍
Hi Team,
We don't have curvy edges modification for the CircularStepProgressIndicator widget. Similarly like roundedEdges: Radius.circular(10), for the StepProgressIndicator.
Is there any option, can you please revert it.