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