Overview constructor
const
Overview({})
Implementation
const Overview({
super.key,
required this.amount,
required this.fee,
required this.total,
required this.currency,
required this.tr,
});
const Overview({
super.key,
required this.amount,
required this.fee,
required this.total,
required this.currency,
required this.tr,
});