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