LineIcon.amazonWebServicesAws constructor
const
LineIcon.amazonWebServicesAws({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for amazon_web_services__aws_ icon Name amazon_web_services__aws_ turns into flutterish amazonWebServicesAws
Implementation
const LineIcon.amazonWebServicesAws({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.amazonWebServicesAws,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);