Skip to content

Instantly share code, notes, and snippets.

View bhavin-android's full-sized avatar

Bhavin bhavin-android

View GitHub Profile
@bhavin-android
bhavin-android / ComposeShadow.kt
Created October 11, 2024 06:04 — forked from Andrew0000/ComposeShadow.kt
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