SectionHeader constructor
const
SectionHeader({
- Key? key,
- required String title,
- String? subtitle,
- String? actionLabel,
- VoidCallback? onActionTap,
- SectionHeaderStyle style = SectionHeaderStyle.card,
Implementation
const SectionHeader({
super.key,
required this.title,
this.subtitle,
this.actionLabel,
this.onActionTap,
this.style = SectionHeaderStyle.card,
});