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