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