Skip to content

Instantly share code, notes, and snippets.

View nish4tech's full-sized avatar

nishant4tech nish4tech

View GitHub Profile
Column(
modifier = Modifier
.padding(innerPadding),
verticalArrangement = Arrangement.spacedBy(16.dp),
)
@nish4tech
nish4tech / Scaffold.kt
Last active May 8, 2025 18:27
Scaffold
Scaffold(
topBar = {
TopAppBar(
...
)
},
bottomBar = {
BottomAppBar(
...
) {