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