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