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