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