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