Is it usually a bad smell if a @Composable fun doe...
# compose
c
Is it usually a bad smell if a @Composable fun doesn't have a modifier parameter?
a
if that composable function is a UI element, often yes.
👌 4