You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set dynamicGradient to true, the gradient color starts from 0-1, but the starting position color is incorrect
The example code is as follows: SleekCircularSlider( min: 0, max: 1, initialValue: 1, appearance: CircularSliderAppearance( size: 0, customWidths: CustomSliderWidths(progressBarWidth: 10, trackWidth: 9), customColors: CustomSliderColors( progressBarColors: <Color>[ Colors.red, Colors.green, ], dynamicGradient: true, hideShadow: true, ), angleRange: 360, ), onChange: null, ),
The results obtained are as follows:
The text was updated successfully, but these errors were encountered:
When I set dynamicGradient to true, the gradient color starts from 0-1, but the starting position color is incorrect
The example code is as follows:
SleekCircularSlider( min: 0, max: 1, initialValue: 1, appearance: CircularSliderAppearance( size: 0, customWidths: CustomSliderWidths(progressBarWidth: 10, trackWidth: 9), customColors: CustomSliderColors( progressBarColors: <Color>[ Colors.red, Colors.green, ], dynamicGradient: true, hideShadow: true, ), angleRange: 360, ), onChange: null, ),
The results obtained are as follows:
The text was updated successfully, but these errors were encountered: