child property
The scrollable child, typically a SingleChildScrollView or ListView.
The child must use the controller.scrollController as its
ScrollController to ensure the scrollspy works correctly.
Implementation
final Widget child;
The scrollable child, typically a SingleChildScrollView or ListView.
The child must use the controller.scrollController as its
ScrollController to ensure the scrollspy works correctly.
final Widget child;