gauge static method

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

Gauge icon

Implementation

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