dimsuz
12/22/2019, 6:17 PMContainer
of fixed height (say 80dp
) I don't have a clear understanding of which of 3 ways to use:
• Container(height = 80.dp)
• Container(modifier = Height(80.dp))
• Contianer(constraints = DpConstraints(maxHeight = 80.dp))
Does it have so many options of doing the same thing because API is still in experimental phase? Will it be narrowed down? Modifiers all the way? 🙂