Open esentis opened 1 year ago
Hello there, thanks for this library.
Could we add border radius to the story indicator ?
One way would be to wrap the LinearProgressIndicator with a ClipRRect widget.
LinearProgressIndicator
ClipRRect
I've added it to this PR, does that work for you? https://github.com/santa112358/story/pull/61
Hello there, thanks for this library.
Could we add border radius to the story indicator ?
One way would be to wrap the
LinearProgressIndicator
with aClipRRect
widget.