CollapsedSection constructor
- Key? key,
- required BookingHistory history,
- required int index,
- bool isRateRequest = false,
Implementation
const CollapsedSection({
super.key,
required this.history,
required this.index,
this.isRateRequest = false,
});