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