CustomTransformScrollbarWidgetInterface constructor
CustomTransformScrollbarWidgetInterface({})
Implementation
CustomTransformScrollbarWidgetInterface({
required this.fgetTransform,
required this.fjumpVertical,
required this.fjumpHorizontal,
required this.fanimateVertical,
required this.fanimateHorizontal,
required this.fgetViewport,
required this.fgetContent,
required this.fcontext,
});