SideBarItem constructor
SideBarItem({})
Implementation
SideBarItem(
{this.title,
this.dot: false,
this.info,
this.disabled: false,
this.onClick,
this.children,
this.content});
SideBarItem(
{this.title,
this.dot: false,
this.info,
this.disabled: false,
this.onClick,
this.children,
this.content});