fontWeight property
set
fontWeight
(String fontWeight)
Sets boldness or lightness of the glyphs used to render the text.
Implementation
set fontWeight(String fontWeight) {
_attributes[SvgAttribute.fontWeight] = fontWeight;
}