Programmatically creating widgets during the performlayout function of a render object in flutter?
I am trying to build a custom version of a column (call it CustomColumn) that lays out the children lazily, similar to what a ListView would do but with more control on how exactly they are laid out. The most…