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