controller property

NestedScrollController? controller
final

Optional controller that can be passed from outside. If provided, the widget will use this instead of creating a new one.

Implementation

final NestedScrollController? controller;