The easiest and quickest way to achieve this is to set thickness: 0 on the Scrollbar widget . It’ll look something like this: Scrollbar( thickness: 0, child: … )
Read moreThe easiest and quickest way to achieve this is to set thickness: 0 on the Scrollbar widget . It’ll look something like this: Scrollbar( thickness: 0, child: … )
Read more