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