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