PriceWidget constructor

const PriceWidget(
  1. {Key? key,
  2. required String paymentMethod}
)

Implementation

const PriceWidget({super.key, required this.paymentMethod});