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