NiceShowcaseTab constructor
- required String key,
- required String label,
- required WidgetBuilder render,
- IconData? icon,
Implementation
const NiceShowcaseTab({
required this.key,
required this.label,
required this.render,
this.icon,
});
const NiceShowcaseTab({
required this.key,
required this.label,
required this.render,
this.icon,
});