DrawerWidget constructor
DrawerWidget({})
Implementation
DrawerWidget(
{Key? key,
required this.placement,
this.mask,
this.maskClick,
this.duration = 150,
this.background,
required this.child})
: super(key: key);