NZDrawer constructor
const
NZDrawer({})
Implementation
const NZDrawer({
super.key,
required this.child,
this.position = NZDrawerPosition.left,
this.size,
this.backgroundColor,
this.elevation = 16.0,
this.showDragHandle = true,
this.borderRadius = 16.0,
});