zalewski.se
04/30/2024, 6:18 PMTextLayoutResult
, is there any nice way to grab it at Modifier.Node level or the only way is to remember it at a composable scope and pass it as a modifier parameter? 👀Zach Klippenstein (he/him) [MOD]
04/30/2024, 7:27 PMzalewski.se
04/30/2024, 10:10 PMsince it would be possible to have multiple text nodes under a single modifierI guess that’s the part I was missing 🙂 Was thinking that if we have text layout and applied modifier to it, we could try to grab it from the text node in this particular layout node.