EmptyListUI
fun EmptyListUI( containerModifier: Modifier = Modifier, imageModifier: Modifier = Modifier, animations: UIAnimations? = null, textStyle: TextStyle = TextStyle.Default, icon: ImageVector, themeColor: Color = MaterialTheme.colorScheme.primary, subText: StringResource)
fun EmptyListUI( containerModifier: Modifier = Modifier, imageModifier: Modifier = Modifier, animations: UIAnimations? = null, textStyle: TextStyle = TextStyle.Default, icon: ImageVector, themeColor: Color = MaterialTheme.colorScheme.primary, subText: String)
Method used to display a layout when a list of values is empty
Parameters
containerModifier
The modifier to apply to the container column
imageModifier
The modifier to apply to the image icon
animations
The set of the animations to use to animate the layout
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