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