CourierPreferencesSection constructor

const CourierPreferencesSection({
  1. Key? key,
  2. required Mode mode,
  3. required CourierPreferencesTheme theme,
  4. required PreferenceSection section,
  5. required dynamic onTopicClick(
    1. CourierUserPreferencesTopic
    ),
})

Implementation

const CourierPreferencesSection({
  super.key,
  required this.mode,
  required this.theme,
  required this.section,
  required this.onTopicClick,
});