HistoryCard constructor
const
HistoryCard({})
Implementation
const HistoryCard({
this.image,
this.index = '-',
this.date = '--- -- ----',
this.value = '\$ ---',
this.detail0 = '--',
this.detail1 = '--',
this.onPressed,
this.textColor,
this.backgroundColor,
this.textStyle,
Key? key,
}) : super(key: key);