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