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