ModTab constructor
const
ModTab({})
Implementation
const ModTab({
required this.id,
required this.text,
this.style,
this.backgroundColor,
this.onClose,
this.closeable = false,
this.onClosing,
this.data,
this.icon,
});