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