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