PresetCardData constructor

const PresetCardData({
  1. required DotMatrixPreset preset,
  2. required String name,
  3. required String description,
  4. required String tag,
  5. required String category,
})

Implementation

const PresetCardData({
  required this.preset,
  required this.name,
  required this.description,
  required this.tag,
  required this.category,
});