Answers for "flutter => How to set Scrollbar colour in flutter?"

0

flutter => How to set Scrollbar colour in flutter?

child: RawScrollbar(
      thumbColor: Colors.redAccent,
      radius: Radius.circular(20),
      thickness: 5,
      child: //scrollable widget
      )
Posted by: Guest on September-24-2021

Code answers related to "flutter => How to set Scrollbar colour in flutter?"

Browse Popular Code Answers by Language