stickyController property

  1. @override
StickyController? get stickyController

Gets the sticky controller for the given scroll host.

Implementation

@override
StickyController? get stickyController => scrollHost.stickyController;