PassengerDetailsSection constructor
- Key? key,
- required PaymentController controller,
- required BuildContext context,
- void nextTabScroll()?,
- void previousTabScroll()?,
- bool hideOption = false,
Implementation
const PassengerDetailsSection({
super.key,
required this.controller,
required this.context,
this.nextTabScroll,
this.previousTabScroll,
this.hideOption = false,
});