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