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