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