NiceConsoleTab constructor
- required String key,
- required String label,
- required WidgetBuilder render,
- IconData? icon,
- bool closable = true,
Implementation
const NiceConsoleTab({
required this.key,
required this.label,
required this.render,
this.icon,
this.closable = true,
});