Flutter – Padding as a percentage of child height (unknown height)
I am trying to add padding to a child element in Flutter, but I want the padding to be a percentage of the child's height. The problem is that the child's height is unknown at the time of building the…