tally4 static method

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

Tally4 icon

Implementation

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