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