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