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