building static method

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

Building icon

Implementation

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