tally2 static method

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

Tally2 icon

Implementation

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