Context receivers will move all params to modify s...
# compose
j
Context receivers will move all params to modify some composable (for example some text properties like colors) to be inside a modifier as it is used now in RowScope and so on? I would like using modifier as an standard way to modify the current composable instead of a mix of a modifier and multiple custom params.