Task Description Config
fun TaskDescriptionConfig( @StringOrStringRes title: Any, @DrawableRes icon: Int, @ColorInt color: Int)
Content copied to clipboard
Parameters
title
Title for the task description, String or string resource ID.
icon
Icon to show (resource id), it must be a PNG image, if the resource id is a SVG, it will not be applied and the app icon will be shown.
color
Color-int for the background.