//kit/healthstack.kit.ui/BottomBarWithGradientBackground

BottomBarWithGradientBackground

[androidJvm]\

@Composable

fun BottomBarWithGradientBackground(text: String, buttonEnabled: Boolean = true, gradientBrush: Brush = Brush.verticalGradient( 0.0f to Color(0x00000000), 0.5f to AppTheme.colors.background, startY = 0.0f, endY = 100.0f ), shape: ButtonShape = SQUARE, onClick: () -> Unit)