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