SectionHeader constructor

const SectionHeader({
  1. required String title,
  2. Key? key,
})

Implementation

const SectionHeader({required this.title, super.key});