ArcaneDropdownSectionHeader constructor

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

Implementation

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