PostCardTop

fun PostCardTop(modifier: Modifier = Modifier, image: String, title: String, description: String, style: TextStyle = LocalTextStyle.current)

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

description

text to be displayed on the card