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