dice5 static method

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

Dice5 icon

Implementation

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