I have a set of data that comes from DB something like this
{
...
name:"any name"
, something:{
color:"red"
}
}
based on this (can't change DB ), How can I display the name in a widget with background color dynamically, "red" for example
( take a color string red converted to Color type )