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