NiceTabPanel constructor
- Key? key,
- required List<
NiceTabEntry> tabs, - String? activeTabKey,
- ValueChanged<
String> ? onTabChanged, - ValueChanged<
String> ? onTabClosed, - bool showAddButton = false,
- VoidCallback? onAddTab,
Implementation
const NiceTabPanel({
super.key,
required this.tabs,
this.activeTabKey,
this.onTabChanged,
this.onTabClosed,
this.showAddButton = false,
this.onAddTab,
});