arrowRightToLine static method

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

ArrowRightToLine icon

Implementation

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