fluttercommunity / fluttercommunity/flutter-draggable-scrollbar
Arrow become invisible if passing Colors.Grey as background color
Open
- Dominant language
- Dart
- Stars
- 442
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
Version 0.0.4
Since you allow to pass background color, it probably makes sense to allow customizing arrow colors, e.g. replace:
`foregroundPainter: ArrowCustomPainter(Colors.grey),`
with:
`foregroundPainter: ArrowCustomPainter(arrowColor),`
where `arrowColor` can be provided in a constructor.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.