LineIcon.loudlyCryingFaceAlt constructor

const LineIcon.loudlyCryingFaceAlt({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. 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,
      );