JsonScrollbarBuilder constructor

JsonScrollbarBuilder({
  1. ScrollController? controller,
  2. bool? interactive,
  3. ScrollNotificationPredicate? notificationPredicate,
  4. Radius? radius,
  5. ScrollbarOrientation? scrollbarOrientation,
  6. double? thickness,
  7. bool? trackVisibility,
  8. bool? thumbVisibility,
})

Implementation

JsonScrollbarBuilder({
  this.controller,
  this.interactive,
  this.notificationPredicate,
  this.radius,
  this.scrollbarOrientation,
  this.thickness,
  this.trackVisibility,
  this.thumbVisibility,
}) : super(numSupportedChildren: kNumSupportedChildren);