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