QudsLightDrawer constructor

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

Create an instance of QudsLightDrawer

Implementation

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