EmptyListUIContent
private fun EmptyListUIContent( containerModifier: Modifier = Modifier, imageModifier: Modifier = Modifier, textStyle: TextStyle = TextStyle.Default, icon: ImageVector, themeColor: Color = MaterialTheme.colorScheme.primary, subText: String)
Method used to display the content of the EmptyListUI
Parameters
containerModifier
The modifier to apply to the container column
imageModifier
The modifier to apply to the image icon
textStyle
The style to apply to the text
icon
The icon to display
themeColor
The color to use into the composable
subText
The description of the layout