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