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