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