ScrollbarProps constructor

ScrollbarProps({
  1. ScrollController? controller,
  2. bool? isAlwaysShown,
  3. bool? showTrackOnHover,
  4. double? hoverThickness,
  5. double? thickness,
  6. Radius? radius,
  7. bool? interactive,
  8. ScrollNotificationPredicate? notificationPredicate,
})

Implementation

ScrollbarProps({
  this.controller,
  this.isAlwaysShown,
  this.showTrackOnHover,
  this.hoverThickness,
  this.thickness,
  this.radius,
  this.interactive,
  this.notificationPredicate,
});