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