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