landmark static method

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

Landmark icon

Implementation

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