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