replace static method

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

Replace icon

Implementation

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