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