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