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