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