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