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