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