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