InspectionSummary constructor
const
InspectionSummary({
- Key? key,
- required dynamic imageList1,
- required dynamic imageList2,
- required dynamic imageList3,
- required dynamic imageList4,
- required dynamic imageList5,
- required dynamic imageList6,
- required dynamic imageList7,
- dynamic onClose,
- dynamic onConfirm,
Implementation
const InspectionSummary(
{Key? key,
required this.imageList1,
required this.imageList2,
required this.imageList3,
required this.imageList4,
required this.imageList5,
required this.imageList6,
required this.imageList7,
this.onClose,
this.onConfirm})
: super(key: key);