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