penLine static method

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

PenLine icon

Implementation

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