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