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