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