Skip to content

Instantly share code, notes, and snippets.

View 07jasjeet's full-sized avatar

Jasjeet Singh 07jasjeet

  • Ultrahuman
  • Chandigarh
View GitHub Profile
import androidx.compose.animation.core.AnimationSpec
import androidx.compose.animation.core.animate
import androidx.compose.animation.core.tween
import androidx.compose.foundation.gestures.ScrollableState
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.ColumnScope
import androidx.compose.foundation.lazy.LazyListState
import androidx.compose.runtime.Composable
import androidx.compose.runtime.Stable
import androidx.compose.runtime.saveable.Saver