physicsController property

CustomScrollPhysicsController? physicsController
final

The CustomScrollPhysicsController used in body. This controller is used to refine PageView or TabBarView's scroll physics when drawer is opening when and only when drawerEnableOverscrollGesture or endDrawerEnableOverscrollGesture is true.

Implementation

final CustomScrollPhysicsController? physicsController;