Is it possible to nest `Modifier.weight()` ? For...
# compose
k
Is it possible to nest
Modifier.weight()
? For instance, A screen is divided into two columns - 4f & 1f. Now I want to divide the Column with weight 4f into 3 columns of weight (2f,1f,1f), is it possible? These subcolumns have some spacer in between, do I need to count them as well in the weight-sum? Basically I'm trying build a table view