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