arrowUpToLine static method

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

ArrowUpToLine icon

Implementation

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