BookingsList constructor
- Key? key,
- required MyFlightsController controller,
- required int autoScrollIndex,
Implementation
const
BookingsList({
super.key,
required this.controller,
required this.autoScrollIndex,
});
const
BookingsList({
super.key,
required this.controller,
required this.autoScrollIndex,
});