DrawerList constructor

DrawerList({
  1. bool isAssetsImage = false,
  2. String labelName = '',
  3. Icon? icon,
  4. DrawerIndex? index,
  5. String imageName = '',
})

Implementation

DrawerList({
  this.isAssetsImage = false,
  this.labelName = '',
  this.icon,
  this.index,
  this.imageName = '',
});