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