TripDetailsSection constructor

const TripDetailsSection({
  1. Key? key,
  2. required PaymentController controller,
})

Implementation

const TripDetailsSection({super.key, required this.controller});