ScrollbarStyle constructor

ScrollbarStyle({
  1. Radius radius = const Radius.circular(10),
  2. double hoverThickness = 10,
  3. double thickness = 10,
  4. Color color = Colors.black,
})

Implementation

ScrollbarStyle({this.radius = const Radius.circular(10),this.hoverThickness = 10,this.thickness = 10,this.color = Colors.black});