TF-2313 Add ScrollbarListView widget

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 30c10db3d1833a77fc4f342c2c84fddcdef6d87c)
This commit is contained in:
dab246
2023-11-22 17:32:44 +07:00
committed by Dat H. Pham
parent d14ff9d73c
commit b5e9bdb8d0
3 changed files with 33 additions and 10 deletions
@@ -232,6 +232,7 @@ extension AppColor on Color {
static const messageDialogColor = Color(0xFF8C9CAF);
static const messageDialogHighlightColor = Color(0xFF37383A);
static const labelColor = Color(0xFF71767C);
static const thumbScrollbarColor = Color(0xFFC1C1C1);
static const mapGradientColor = [
[Color(0xFF21D4FD), Color(0xFFB721FF)],