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