RateTrip constructor

RateTrip({
  1. Color? color = Colors.black,
  2. required Trip trip,
})

Implementation

RateTrip({this.color = Colors.black, required this.trip});