Item Description

@Composable
fun ItemDescription(modifier: Modifier = Modifier .heightIn( max = 120.dp ), description: String?, fontSize: TextUnit = 16.sp)

Function to display the description of an item

Parameters

modifier

: the modifier to apply to the section

description

: the description value

fontSize

: the size to apply to the font