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