TDSideBarItem constructor
const
TDSideBarItem({})
Implementation
const TDSideBarItem({
Key? key,
this.badge,
this.disabled = false,
this.icon,
this.textStyle,
this.label = '',
this.value = -1,
}) : super(key: key);