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