moonStar static method

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

MoonStar icon

Implementation

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