LineIcon.cloudWithAChanceOfMeatball constructor

const LineIcon.cloudWithAChanceOfMeatball({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. 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,
      );