alorma
11/11/2021, 3:19 PMannsofi
11/11/2021, 3:21 PMbackgroundColor
?annsofi
11/11/2021, 3:22 PMval backgroundColor: Color
@Composable
get() =
MaterialTheme.colors.onSurface
.copy(alpha = SnackbarOverlayAlpha)
.compositeOver(MaterialTheme.colors.surface)
alorma
11/11/2021, 3:23 PMscaffoldState
we don't have access to that, isn't?annsofi
11/11/2021, 3:42 PMalorma
11/11/2021, 3:53 PMannsofi
11/11/2021, 4:06 PMalorma
11/11/2021, 6:06 PMScaffold
with our custom SnackbarState
and SnackbarHost