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

Show persistent scrollbar in QuillToolbar in flutter web #1859

Open
1 task done
akhil-lektik opened this issue May 13, 2024 · 0 comments
Open
1 task done

Show persistent scrollbar in QuillToolbar in flutter web #1859

akhil-lektik opened this issue May 13, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@akhil-lektik
Copy link

Is there an existing issue for this?

The question

How do I add a persistant ScrollBar or change the colour of existing Scrollbar of QuillToolBar? I tried adding ScrollBar and ScrollbarTheme widgets as parent, but is not working.
ScrollbarTheme( data: const ScrollbarThemeData( thumbVisibility: MaterialStatePropertyAll( true), trackVisibility: MaterialStatePropertyAll( true), interactive: true, thickness: MaterialStatePropertyAll( 10), trackColor: MaterialStatePropertyAll( Color(0xffF4F4F4), ), trackBorderColor: MaterialStatePropertyAll( Color(0xffF4F4F4), ), thumbColor: MaterialStatePropertyAll( Color(0xffB3B3B3), ), ), child: Scrollbar( thumbVisibility: true, trackVisibility: true, child: QuillToolbar( key: key, configurations: QuillToolbarConfigurations( multiRowsDisplay: false,

@akhil-lektik akhil-lektik added the help wanted Extra attention is needed label May 13, 2024
@akhil-lektik akhil-lektik changed the title Show persistent scrollbar in QuillToolbar Show persistent scrollbar in QuillToolbar in flutter web May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant