StavFX
07/21/2023, 5:22 AMModifier.size(10.dp).size(500.dp)
result in an actual size of 10dp? I expected the final result to be 500.
(Yes, this is a non-sensical example, but it matters when playing with the .then() function)StavFX
07/21/2023, 5:35 AMStavFX
07/21/2023, 5:53 AMModifier.fillMaxSize().wrapContentSize()
without wrapping in with a Box.
Would there be any point to using the modifier approach? Is performance going to look any different?StavFX
07/21/2023, 6:01 AMBen Trengrove [G]
07/21/2023, 6:08 AMStavFX
07/21/2023, 6:33 AMStylianos Gakis
07/21/2023, 6:45 AM