pub fn problem_matrix( ctx: &mut EventCtx<'_>, app: &App, trips: Vec<(TripID, Duration, isize)>, ) -> Widget
The caller should handle Outcome::ClickCustom with Vec for clicked cells.