DrawerList constructor
DrawerList({
- bool isAssetsImage = false,
- String labelName = '',
- Icon? icon,
- DrawerIndex? index,
- String imageName = '',
Implementation
DrawerList({
this.isAssetsImage = false,
this.labelName = '',
this.icon,
this.index,
this.imageName = '',
});