You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to add a Scrollbar with always visible thumb bar to the SketchBottomBar, as I myself didn't realize it was scrollable, but It gives out error:
The Scrollbar's ScrollController has no ScrollPosition attached.
I believe it just needs to make SketchBottomBar's SingleChildScrollView have the same controller.