Milad-Akarie / smooth_page_indicator

Flutter Smooth PageView indicators
MIT License
1.24k stars 147 forks source link

activeStrokeWidth in ColorTransitionEffect #40

Closed cekrozl1 closed 3 years ago

cekrozl1 commented 3 years ago

It seems that the activeStrokeWidth in the ColorTransitionEffect has no effect. In the test code, I set strokeWidth to 1 and the activeStrokeWidth to 4 but it doesn't seem to matter - the stroke width stays 1. Tried with paintStyle fill and stroke to no avail.