seosh817 / circular_seek_bar

Circular progress/seek bar package for flutter that supports customizable animations, dashes, and gradients.
https://pub.dev/packages/circular_seek_bar
MIT License
11 stars 3 forks source link

how to set the progressbar width #5

Open AndyAls opened 10 months ago

seosh817 commented 9 months ago

Hi, @AndyAls thanks for reporting the issue.

You can try setting a value of barWidth like below.

CircularSeekBar(
  barWidth: 8,
)