AntdScrollToIndexConfig constructor
const
AntdScrollToIndexConfig({})
Implementation
const AntdScrollToIndexConfig({
this.jump = true,
this.duration = const Duration(milliseconds: 200),
this.curve = Curves.easeOut,
this.viewportAlign = AntdEdge.start,
this.itemAlign = AntdEdge.start,
this.set = false,
});