dices static method

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

Dices icon

Implementation

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