CourierPreferencesSheet constructor

const CourierPreferencesSheet({
  1. Key? key,
  2. required Mode mode,
  3. required CourierPreferencesTheme theme,
  4. required CourierUserPreferencesTopic topic,
  5. required List<CourierSheetItem> items,
})

Implementation

const CourierPreferencesSheet({
  super.key,
  required this.mode,
  required this.theme,
  required this.topic,
  required this.items,
});