Skip to content

Instantly share code, notes, and snippets.

View bhavin-android's full-sized avatar

Bhavin bhavin-android

View GitHub Profile
@Andrew0000
Andrew0000 / ComposeShadow.kt
Last active May 16, 2025 18:37
Jetpack Compose custom shadow with dx, dy and radius
import android.graphics.BlurMaskFilter
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.requiredSize
import androidx.compose.runtime.Composable
import androidx.compose.runtime.remember
import androidx.compose.ui.Modifier
import androidx.compose.ui.composed