As discussed with Andrey, I need to try to convert scaffold inplementation to custom layout, for few reasons:
1. Make it easier to read (I have doubts it will, but we can try and see) 2. Remove onPositioned and update values straight from the layout stage 3 (most important one). Allow for lazy subcomposition to solve b/157633857
Description
1. Make it easier to read (I have doubts it will, but we can try and see)
2. Remove onPositioned and update values straight from the layout stage
3 (most important one). Allow for lazy subcomposition to solve