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