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