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