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

Item Styling only works for FortureWheel but doesn't work for FortuneBar #98

Open
japarico opened this issue Feb 6, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@japarico
Copy link

japarico commented Feb 6, 2023

Describe the bug
Item Styling only works for FortureWheel but doesn't work for FortuneBar.

To Reproduce
Steps to reproduce the behavior:

FortuneBar(
selected: Stream.value(0),
items: [
FortuneItem(
child: Text('A'),
style: FortuneItemStyle(
color: Colors.red, // <-- custom circle slice fill color
borderColor: Colors.green, // <-- custom circle slice stroke color
borderWidth: 3, // <-- custom circle slice stroke width
),
),
FortuneItem(child: Text('B')),
],
)

@stale
Copy link

stale bot commented Apr 8, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Apr 8, 2023
@stale stale bot closed this as completed Apr 17, 2023
@jacksonw765
Copy link

Same issue

@kevlatus kevlatus added bug Something isn't working and removed wontfix This will not be worked on labels Nov 24, 2023
@kevlatus kevlatus reopened this Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants