InteractiveScrollViewer constructor

InteractiveScrollViewer({
  1. required List<ScrollContent> children,
  2. required ScrollToId? scrollToId,
  3. Axis scrollDirection = Axis.vertical,
})

Implementation

InteractiveScrollViewer(
    {required this.children,
    required this.scrollToId,
    this.scrollDirection = Axis.vertical});