ElNavigationDrawer constructor

const ElNavigationDrawer({
  1. Key? key,
  2. ElDrawer? drawer,
  3. ElDrawer? endDrawer,
  4. bool? enabledDrag,
  5. double? edgeDragWidth = 20.0,
  6. double? touchSlop,
  7. Widget? child,
})

Implementation

const ElNavigationDrawer({
  super.key,
  this.drawer,
  this.endDrawer,
  this.enabledDrag,
  this.edgeDragWidth = 20.0,
  this.touchSlop,
  this.child,
});