pub type BoxGrid = Grid<Box<dyn Widget>>;
A grid of boxed widgets
This is a parameterisation of Grid This is parameterised over the handler message type.
Grid
See documentation of Grid type.