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