checkPhysicsControllerForOverscroll property

bool checkPhysicsControllerForOverscroll
final

The flag to decide whether to enable overscroll gesture for opening drawer and endDrawer or not, by checking given physicsController. Usually this field should be used when using nested DrawerScaffold, which can be use to synchronize drawer open state.

Implementation

final bool checkPhysicsControllerForOverscroll;