chartLineDown property
AppIconData
get
chartLineDown
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static AppIconData get chartLineDown {
switch (AppIcons.defaultStyle) {
case AppIconsStyle.regular:
return AppIconsRegular.chartLineDown;
case AppIconsStyle.thin:
return AppIconsThin.chartLineDown;
case AppIconsStyle.light:
return AppIconsLight.chartLineDown;
case AppIconsStyle.bold:
return AppIconsBold.chartLineDown;
case AppIconsStyle.fill:
return AppIconsFill.chartLineDown;
case AppIconsStyle.duotone:
return AppIconsDuotone.chartLineDown;
}
}