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