SectionHeader constructor
const
SectionHeader({
- Key? key,
- required String title,
- String? subtitle,
- String? actionTitle,
- VoidCallback? onActionTap,
Implementation
const SectionHeader({
super.key,
required this.title,
this.subtitle,
this.actionTitle,
this.onActionTap,
});