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