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