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