Jacob Applin
05/24/2019, 10:00 PMfun composition() {
Column(
Text(HeaderText, "Hello"),
Image("<https://image>", Size(Material, Material)),
*Array(2) { Text("Hello") },
Button(Primary),
Button(Secondary)
)
}
themishkun
05/24/2019, 10:13 PM