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