ArrivalCard constructor Null safety
Implementation
const ArrivalCard({
Key? key,
required this.route,
required this.estimations,
required this.icon,
this.iconColor,
}) : super(key: key);
const ArrivalCard({
Key? key,
required this.route,
required this.estimations,
required this.icon,
this.iconColor,
}) : super(key: key);