79736283

Date: 2025-08-15 09:23:43
Score: 1.5
Natty:
Report link

TYG u change my question and here i know answer. The example what i provided i have navHost also

@Composable
fun ColumnScope.Child(modifier: Modifier = Modifier) {
    Box(modifier)
}

@Composable
fun Parent(modifier: Modifier = Modifier) {
    Column(modifier) {
        Child(Modifier.weight(1f))
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dema Dima