fileChartLine static method

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

FileChartLine icon

Implementation

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