AntdScrollable constructor
const
AntdScrollable({
- Key? key,
- bool vertical = true,
- bool reversed = false,
- AntdScrollController? controller,
- ScrollPhysics? physics = const BouncingScrollPhysics(),
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- ScrollBehavior? scrollBehavior,
- double cacheExtent = 1.5,
- CacheExtentStyle cacheExtentStyle = CacheExtentStyle.viewport,
- List<
Widget> ? slivers, - Duration? throttle,
- double? edgeThreshold,
- AntdOnScrollEdge? onEdgeReached,
Implementation
const AntdScrollable(
{super.key,
super.vertical = true,
super.reversed,
super.controller,
super.physics = const BouncingScrollPhysics(),
super.dragStartBehavior = DragStartBehavior.start,
super.scrollBehavior,
super.cacheExtent = 1.5,
super.cacheExtentStyle = CacheExtentStyle.viewport,
super.slivers,
super.throttle,
super.edgeThreshold,
super.onEdgeReached});