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