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