Skip to content

Instantly share code, notes, and snippets.

View malibaig786's full-sized avatar

Muhammad Ahmed Ali Baig malibaig786

  • Lahore, Pakistan
View GitHub Profile
fun NoteCard() {
Box(
contentAlignment = Alignment.Center,
modifier = Modifier
.size(300.dp)
) {
// Second Box checking comments
Box(
modifier = Modifier
.size(200.dp)