atSign static method

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

AtSign icon

Implementation

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