LineIcon.css3Logo constructor

const LineIcon.css3Logo({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. TextDirection? textDirection,
})

Constructor for css_3_logo icon Name css_3_logo turns into flutterish css3Logo

Implementation

const LineIcon.css3Logo({
  Key? key,
  double? size,
  Color? color,
  String? semanticLabel,
  TextDirection? textDirection,
}) : super(
        LineIcons.css3Logo,
        key: key,
        size: size,
        color: color,
        semanticLabel: semanticLabel,
        textDirection: textDirection,
      );