leftDrawer property

Drawer? leftDrawer

Implementation

Drawer? get leftDrawer => isRightDrawer ? null : drawer;