DiscountAmountWidget constructor

const DiscountAmountWidget(
  1. num totalPrice, {
  2. num oldDiscountAmount = 0,
  3. Key? key,
})

Implementation

const DiscountAmountWidget(this.totalPrice,
    {this.oldDiscountAmount = 0, Key? key})
    : super(key: key);