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