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