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