controller property

StickyHeaderController? controller
final

The controller used to interact with this sliver.

If a StickyHeaderController is not provided, then the value of DefaultStickyHeaderController.of will be used.

Implementation

final StickyHeaderController? controller;