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