checkLine static method

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

CheckLine icon

Implementation

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