controller property

CustomScrollPhysicsController? controller
final

The controller of CustomScrollPhysics, it is mutable and will influence the physics of Scrollable dynamically.

Implementation

final CustomScrollPhysicsController? controller;