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