PresetCardData constructor
const
PresetCardData({
- required DotMatrixPreset preset,
- required String name,
- required String description,
- required String tag,
- required String category,
Implementation
const PresetCardData({
required this.preset,
required this.name,
required this.description,
required this.tag,
required this.category,
});