JsonScrollbarBuilder constructor
JsonScrollbarBuilder({
- ScrollController? controller,
- bool? interactive,
- ScrollNotificationPredicate? notificationPredicate,
- Radius? radius,
- ScrollbarOrientation? scrollbarOrientation,
- double? thickness,
- bool? trackVisibility,
- bool? thumbVisibility,
Implementation
JsonScrollbarBuilder({
this.controller,
this.interactive,
this.notificationPredicate,
this.radius,
this.scrollbarOrientation,
this.thickness,
this.trackVisibility,
this.thumbVisibility,
}) : super(numSupportedChildren: kNumSupportedChildren);