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