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