NiceTabEntry constructor
Implementation
const NiceTabEntry({
required this.key,
required this.label,
required this.builder,
this.icon,
this.closable = true,
this.dirty = false,
});
const NiceTabEntry({
required this.key,
required this.label,
required this.builder,
this.icon,
this.closable = true,
this.dirty = false,
});