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