AntdScrollMetrics constructor
const
AntdScrollMetrics({})
Implementation
const AntdScrollMetrics({
required this.isScrollingUp,
required this.offset,
required this.previousOffset,
required this.scrollDelta,
required this.maxScrollExtent,
required this.viewportSize,
});