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