changeGlyphIcon property
String
get
changeGlyphIcon
The name of the glyph icon to display next to the change description.
Implementation
String get changeGlyphIcon {
assert(!isChangeNeutral);
return isChangePositive ? "arrow_upward" : "arrow_downward";
}