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