SideBarItem constructor

SideBarItem({
  1. int? type,
  2. IconData? icon,
  3. String? customCanvasIcon,
  4. bool isAction = false,
  5. bool isScratch = false,
})

Implementation

SideBarItem({
  this.type,
  this.icon,
  this.customCanvasIcon,
  this.isAction = false,
  this.isScratch = false,
});