SectionHeader constructor

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

Implementation

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