dice2 static method

Component dice2({
  1. IconSize size = IconSize.md,
})

Dice2 icon

Implementation

static Component dice2({IconSize size = IconSize.md}) =>
    lucide.Dice2(width: size.unit, height: size.unit);