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