moon static method

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

Moon icon

Implementation

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