inside the modifiers reference the following is mentioned:
with this code the size does not become 132x132. it will remain 100x100. with padding inside that box
in compose, each new modifier in the chain can reduce the size but cannot increase the size which was set in modifiers before it in the chain
inside the modifiers reference the following is mentioned:
with this code the size does not become 132x132. it will remain 100x100. with padding inside that box
in compose, each new modifier in the chain can reduce the size but cannot increase the size which was set in modifiers before it in the chain