I try to show the scrollbar on my application, but nothing appear...
I set all for scrollbar, under "Theme Settings" > "Scrollbar Theme" with these parameters :
- Thumb Color : #B01731
- Track Color : #7F4A5F77 (rgba : 74, 95, 119, 50%)
- Thickness : 9
- Border Radius : 0
- Thumb Always Visible : True
- Track Visible : True
- Interactive : False
And in one page, I have this widgets tree :
- Stack
-- Column (primary)
-- FAB
I have many widgets into the primary column, but it's useless for the issue (I suppose).
But despite all, I cannot show the scrollbar...
I tried to find an option on column, stack or root page, but there is nothing for scrollbar.
I tested on my Android (Samsung Galaxy A12), with ADB and Android Studio.