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