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