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