Color getTicketIconsColor(bool ticketStatus) { if (ticketStatus == true) { return Colors.black; } else { return Colors.grey; } }