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