icon property
IconData
get
icon
Descriptive icon that represents each brand visually.
Implementation
IconData get icon => switch (this) {
DsBrand.violet => Icons.diamond_rounded,
DsBrand.emerald => Icons.eco_rounded,
};