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