dice4 static method

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

Dice4 icon

Implementation

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