endDrawerExtraDragTriggers property

List<DrawerDragTrigger>? endDrawerExtraDragTriggers
final

The extra DrawerDragTrigger for endDrawer, which can be used to enable more spaces to respond drag gesture for opening endDrawer, when endDrawerEnableOpenDragGesture is true.

Note that if you want drawer also have the symmetric drag trigger, just set DrawerDragTrigger.forBothSide to true and not need to add to drawerExtraDragTriggers.

Implementation

final List<DrawerDragTrigger>? endDrawerExtraDragTriggers;