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