tally5 static method

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

Tally5 icon

Implementation

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