chartBarDecreasing static method

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

ChartBarDecreasing icon

Implementation

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