drawerBarrierDismissible property
final
Whether the drawer can be dismissed by tapping on the barrier.
If false, and a drawer is specified, then the barrier behind the drawer will not respond to a tap event and thus remains open.
Defaults to true, in which case the drawer will close upon the user tapping on the barrier.
Implementation
final bool drawerBarrierDismissible;