QudsLightDrawer constructor

const QudsLightDrawer({
  1. Key? key,
  2. Widget? body,
  3. Widget? titleButton,
  4. Widget? bottomButton,
  5. Widget? bottomAboutButton,
  6. bool? showBackIconButton,
})

Create an instance of QudsLightDrawer

Implementation

const QudsLightDrawer(
    {Key? key,
    this.body,
    this.titleButton,
    this.bottomButton,
    this.bottomAboutButton,
    this.showBackIconButton})
    : super(key: key);