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