LineIcon.faceWithTearsOfJoy constructor

const LineIcon.faceWithTearsOfJoy({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. TextDirection? textDirection,
})

Constructor for face_with_tears_of_joy icon Name face_with_tears_of_joy turns into flutterish faceWithTearsOfJoy

Implementation

const LineIcon.faceWithTearsOfJoy({
  Key? key,
  double? size,
  Color? color,
  String? semanticLabel,
  TextDirection? textDirection,
}) : super(
        LineIcons.faceWithTearsOfJoy,
        key: key,
        size: size,
        color: color,
        semanticLabel: semanticLabel,
        textDirection: textDirection,
      );