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