HeaderRow constructor
- Key? key,
- required BookingHistory history,
- required void onTap(),
- required String icon,
- bool changeTrailingButton = false,
Implementation
const HeaderRow({
super.key,
required this.history,
required this.onTap,
required this.icon,
this.changeTrailingButton = false,
});