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