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