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