icon property
IconData
get
icon
Implementation
IconData get icon => isBuy ? Icons.trending_up_rounded : Icons.trending_down_rounded;
IconData get icon => isBuy ? Icons.trending_up_rounded : Icons.trending_down_rounded;