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