CourierPreferencesSheet constructor
const
CourierPreferencesSheet({
- Key? key,
- required Mode mode,
- required CourierPreferencesTheme theme,
- required CourierUserPreferencesTopic topic,
- required List<
CourierSheetItem> items,
Implementation
const CourierPreferencesSheet({
super.key,
required this.mode,
required this.theme,
required this.topic,
required this.items,
});