spline static method

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

Spline icon

Implementation

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