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