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