DenominationRow constructor
const
DenominationRow({})
Implementation
const DenominationRow({
super.key,
required this.isActive,
required this.denominationValue,
this.initialVoucherCount = 0,
this.model,
});
const DenominationRow({
super.key,
required this.isActive,
required this.denominationValue,
this.initialVoucherCount = 0,
this.model,
});