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