fluttercommunity / fluttercommunity/flutter-draggable-scrollbar

Arrow become invisible if passing Colors.Grey as background color

Open
#10 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.