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