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