LineIcon.draft2Digital constructor

const LineIcon.draft2Digital({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. TextDirection? textDirection,
})

Constructor for draft2digital icon Name draft2digital turns into flutterish draft2Digital

Implementation

const LineIcon.draft2Digital({
  Key? key,
  double? size,
  Color? color,
  String? semanticLabel,
  TextDirection? textDirection,
}) : super(
        LineIcons.draft2Digital,
        key: key,
        size: size,
        color: color,
        semanticLabel: semanticLabel,
        textDirection: textDirection,
      );