figma static method

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

Figma icon

Implementation

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