RoundScrollBarThumb constructor

const RoundScrollBarThumb({
  1. required double padding,
  2. required double width,
  3. required double fraction,
  4. required double index,
  5. Color? color,
  6. Key? key,
})

Implementation

const RoundScrollBarThumb({
  required this.padding,
  required this.width,
  required this.fraction,
  required this.index,
  this.color,
  super.key,
});