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