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