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