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