OngoingScreen constructor

const OngoingScreen({
  1. Key? key,
  2. required String type,
  3. Color? defaultColor,
  4. required List<Content> orderList,
})

Implementation

const OngoingScreen({super.key, required this.type, this.defaultColor, required this.orderList});