thumbnailBG property
Color
get
thumbnailBG
Implementation
Color get thumbnailBG {
String col = listProps?["thumbnailBG"] ?? "";
if (col.isEmpty) col = '#2aa3f9';
return getColorFromString(col) as Color;
}