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