LineIcon.beamingFaceWithSmilingEyes constructor

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

Constructor for beaming_face_with_smiling_eyes icon Name beaming_face_with_smiling_eyes turns into flutterish beamingFaceWithSmilingEyes

Implementation

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