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