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