sigma static method

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

Sigma icon

Implementation

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