chartNoAxesCombined static method

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

ChartNoAxesCombined icon

Implementation

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