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