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