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