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