tally3 static method

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

Tally3 icon

Implementation

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