newspaper static method

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

Newspaper icon

Implementation

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