DrawerConfig constructor

const DrawerConfig({
  1. bool autoOpen = true,
  2. bool autoClose = true,
  3. bool isEndDrawer = true,
})

Implementation

const DrawerConfig({
  this.autoOpen = true,
  this.autoClose = true,
  this.isEndDrawer = true,
});