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