arrowLeftToLine static method

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

ArrowLeftToLine icon

Implementation

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