DiceFiveIcon constructor

const DiceFiveIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const DiceFiveIcon({
  super.key,
  this.color,
});