I have a following design with a `TextButton`. `Te...
# compose
l
I have a following design with a
TextButton
.
TextButton
has its own paddings, but I want the vertical spacing between the items of the containing
Column
and the
Column
vertical padding to remain constant, whether the button is shown or hidden.
Currently I calculate the button top/bottom paddings and subtract them from the Column padding/Spacer height, but I wonder if there's a better way.