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