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