chartNoAxesColumnDecreasing static method

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

ChartNoAxesColumnDecreasing icon

Implementation

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