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