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