CourierPreferencesSection constructor
const
CourierPreferencesSection({
- Key? key,
- required Mode mode,
- required CourierPreferencesTheme theme,
- required PreferenceSection section,
- required dynamic onTopicClick(),
Implementation
const CourierPreferencesSection({
super.key,
required this.mode,
required this.theme,
required this.section,
required this.onTopicClick,
});