OrderSummary constructor

const OrderSummary({
  1. Key? key,
})

Implementation

const OrderSummary({Key? key}) : super(key: key);