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