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