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
if (primarySectors >0) {
_paintSectors(primarySectors, 8.0, selectionColor, canvas);
}
if (secondarySectors >0) {
_paintSectors(secondarySectors, 6.0, baseColor, canvas);
}
the radiusPadding can be made customizable and the secondarySector should not use the baseColor, but rather allow a custom one and default to baseColor
The text was updated successfully, but these errors were encountered:
The section lines can be more customizable and I wish for that right now
https://github.com/davidanaya/flutter-circular-slider/blob/master/lib/src/base_painter.dart#L37-L43
the
radiusPadding
can be made customizable and the secondarySector should not use the baseColor, but rather allow a custom one and default to baseColorThe text was updated successfully, but these errors were encountered: