PanelHeader constructor
const
PanelHeader({
- Key? key,
- required String title,
- String? tooltip,
- VoidCallback? onClose,
- Widget? icon,
Implementation
const PanelHeader({
super.key,
required this.title,
this.tooltip,
this.onClose,
this.icon,
});