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