androidCloseOnBackTap property

bool androidCloseOnBackTap
final

Close drawer on android back button Note: This won't work if you are using WillPopScope in mainScreen, If that is the case, you have to manually close the drawer from there By using ZoomDrawer.of(context)?.close()

Implementation

final bool androidCloseOnBackTap;