Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base_painter.dart needs more customization #13

Open
SaadArdati opened this issue Aug 22, 2019 · 0 comments
Open

base_painter.dart needs more customization #13

SaadArdati opened this issue Aug 22, 2019 · 0 comments

Comments

@SaadArdati
Copy link

SaadArdati commented Aug 22, 2019

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

    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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant