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

How can I change Progress bar Color? #125

Closed
saekimasao opened this issue Sep 17, 2021 · 1 comment
Closed

How can I change Progress bar Color? #125

saekimasao opened this issue Sep 17, 2021 · 1 comment

Comments

@saekimasao
Copy link

I'd like to change color of progress bar.

@pishguy
Copy link

pishguy commented Oct 12, 2022

please read source code first

StoryView(
  storyItems: storyItems,
  controller: storyController,
  onComplete: () => Navigator.of(context).pop(),
  indicatorColor: DefaultColors.$BackgroundColor,
  onStoryShow: (story){},
),

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

3 participants