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