flutterforum
.TagHero[style='rgb(241, 157, 56)'] .Hero-title:before,
.TagLabel[style='rgb(241, 157, 56)']>span:before,
.TagIcon[style*='rgb(241, 157, 56)']:before
{
font-family: 'Font Awesome 5 Free';
content: "\f0a1";
margin-right: 0.3em;
display: inline-block;
font-weight: 600;
}
.TagIcon:before {
line-height: 15px;
vertical-align: top;
}
.TagIcon{
background: transparent !important
}
With this Code, the Label adds icons to the front of the label wherever it is. rgb (241, 157, 56) you must replace this value with the label color. Duplicate this code for each label. \f0a1 replace with the desired icon code.