Implement VerticalList
widget
#607
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
masonry
Issues relating to the Masonry widget layer
Currently, people who want to create a new container widget look at the
Flex
widget for inspiration. That implementation is fairly complex, and not a great introduction for newcomers.We should implement a container widget with a little code as possible. This widget would display its children vertically with a fixed amount of free space between them. It would have no customization parameters aside from that spacing constant. Its implementation would serve as a guide for people implementing custom widgets.
There should be non-doc comments in other widget files pointing newcomers to the VerticalList implementation.
To make sure the implementation doesn't bit-rot, we should:
The text was updated successfully, but these errors were encountered: