atom static method

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

Atom icon

Implementation

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