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