SolidNavTab constructor
Implementation
const SolidNavTab({
required this.title,
required this.icon,
this.color,
this.content,
this.tooltip,
this.message,
this.dialogTitle,
this.action,
});
const SolidNavTab({
required this.title,
required this.icon,
this.color,
this.content,
this.tooltip,
this.message,
this.dialogTitle,
this.action,
});