DebutCard

fun DebutCard(modifier: Modifier = Modifier, title: String = String.empty(), image: String, titleColor: Color = Color.Black, debutColor: Color = Color.Black, gradientEdgeColor: Color = Color.Transparent, style: TextStyle = LocalTextStyle.current, iconDebut: String, nameOfDebut: String = String.empty(), isDebut: Boolean = false, bgDebut: Color = Color.Black, debubtAlignment: Alignment = Alignment.TopStart, debutShape: RoundedCornerShape = RoundedCornerShape(bottomEnd = 20.dp), navigateToScreen: () -> Unit = {})

Author: @Jeluchu

Component displaying information on a custom-designed card

Parameters

modifier

modifier that will be used to change the color, size...

title

text to be displayed on the card

image

link of the image you want to be displayed on Card

iconDebut

link of the icon you want to be displayed on Card

isDebut

status to display a banner with information at the top

bgDebut

background color of the flag state with information

navigateToScreen

action to be performed after pressing