chanjungskim
06/16/2023, 2:26 PMinnerPadding()
, I'd like to extract only the innerPadding data and use the value to child components so that it won't apply to the parent but only children.
Here's my current project. https://github.com/chanjungkim/composeLoney Chou
06/16/2023, 4:50 PMHow can I extract data from Modifier?
You can but shouldn't. Modifiers should be one-way data (except for inspection).
chanjungskim
06/17/2023, 4:57 PM