Vinay Gaba
04/08/2020, 4:25 PMAndrey Kulikov
04/08/2020, 4:28 PMAndrey Kulikov
04/08/2020, 4:28 PMVinay Gaba
04/08/2020, 4:29 PMVal Salamakha
04/10/2020, 5:25 AM// Column is a composable that places its children in a vertical sequence.
Column {
// Title Component is a custom composable that we created which is capable of
// rendering text on the screen in a certain font style & text size.
Box{
TitleComponent("Simple constraint layout example")
}
Box {
SimpleConstraintLayoutComponent()
}